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, 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:

Loading…
Cancel
Save