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():