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