Browse Source

fix: webauth `donotcache` was mispelled

pull/337/head
Hexiro 4 years ago
committed by Rossen
parent
commit
fee99bb56f
  1. 2
      steam/webauth.py

2
steam/webauth.py

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

Loading…
Cancel
Save