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