From d07c2fde8f1a60b7355f539d827d9b5aa0ff4e6b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 6 Jun 2018 22:46:56 +0200 Subject: [PATCH] testing --- authenticator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/authenticator.py b/authenticator.py index ed494f4..b5eee1a 100644 --- a/authenticator.py +++ b/authenticator.py @@ -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():