You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a better practice to keep the URLs to external services (transparenz.karlsruhe.de) into separated configuration files and not have them directly within your main code. E.g. by using configparser:
It is a better practice to keep the URLs to external services (transparenz.karlsruhe.de) into separated configuration files and not have them directly within your main code. E.g. by using configparser:
https://docs.python.org/3/library/configparser.html