From fee99bb56f7d17652e2e6c28a6f794681608ed88 Mon Sep 17 00:00:00 2001 From: Hexiro <42787085+Hexiro@users.noreply.github.com> Date: Tue, 1 Jun 2021 10:40:56 -0400 Subject: [PATCH] fix: webauth `donotcache` was mispelled --- steam/webauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/webauth.py b/steam/webauth.py index 1b2c8fc..1a989a0 100644 --- a/steam/webauth.py +++ b/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: