This commit is contained in:
Robert Kaussow 2018-06-06 22:46:56 +02:00
parent 8165b6305c
commit d07c2fde8f
1 changed files with 0 additions and 1 deletions

View File

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