Skip to content
Snippets Groups Projects
Commit 72f4c478 authored by Maximilian Loch's avatar Maximilian Loch
Browse files

changed url variable source

parent 161e0c53
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ if __name__ == '__main__':
user={conn_config['connection']['user']}
password={conn_config['connection']['pwd']}"""
url = r"https://chat.gdi-sh.de/aregapi/"
url = conn_config['connection']['url']
my_db = DBTools(conn_str)
my_api = APITools(url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment