This commit is contained in:
Robert Kaussow 2018-06-06 22:56:39 +02:00
parent 3eccbca8b9
commit f574d127db
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():