|
@ -112,7 +112,7 @@ class WebAuth(object): |
|
|
timeout=15, |
|
|
timeout=15, |
|
|
data={ |
|
|
data={ |
|
|
'username': username, |
|
|
'username': username, |
|
|
'donotchache': int(time() * 1000), |
|
|
'donotcache': int(time() * 1000), |
|
|
}, |
|
|
}, |
|
|
).json() |
|
|
).json() |
|
|
except requests.exceptions.RequestException as e: |
|
|
except requests.exceptions.RequestException as e: |
|
|