This commit is contained in:
Robert Kaussow 2018-06-06 22:47:25 +02:00
parent d07c2fde8f
commit 3eccbca8b9
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ def api_auth(user, passwd, host):
url = urlparse.urljoin(host, "auth", "token")
r = requests.post(url, data=json_data)
return r
# test
def main():