Open PietrH opened 1 month ago
In etnservice all functions require a credentials argument which consists of a list of username and password.
etnservice
-> This could be created using get_credentials()
get_credentials()
Not working because etnservice is dependent on etn by accident, causing a circle dependency, issue: https://github.com/inbo/etnservice/issues/45
etn
Should be fixed in etnservice first
In
etnservice
all functions require a credentials argument which consists of a list of username and password.-> This could be created using
get_credentials()