This commit is contained in:
Robert Kaussow 2018-06-06 22:34:32 +02:00
parent 7999bf5859
commit 8165b6305c
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():