From 11c0820d3a4a572fba8960fed7d2a1881a45bf83 Mon Sep 17 00:00:00 2001 From: FailSpy <9100196+FailSpy@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:35:17 -0500 Subject: [PATCH] Remove unnecessary sleep(10) --- steam/webauth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/steam/webauth.py b/steam/webauth.py index e6fdcfa..87a7d8b 100644 --- a/steam/webauth.py +++ b/steam/webauth.py @@ -406,7 +406,6 @@ class WebAuth(object): if prompt == '': # don't think this is possible, but let's handle it anyways input("Please confirm Steam Guard on your device and press ENTER to continue") - sleep(10) else: prompt += ' (or simply press Enter if approved via app)'