From f574d127db7be319abf40e541102baac8a18d4a1 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 6 Jun 2018 22:56:39 +0200 Subject: [PATCH] cleanup --- 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():