cleanup
This commit is contained in:
parent
3eccbca8b9
commit
f574d127db
@ -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():
|
||||
|
Reference in New Issue
Block a user