Browse Source

Remove unnecessary sleep(10)

pull/459/head
FailSpy 1 year ago
committed by GitHub
parent
commit
11c0820d3a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      steam/webauth.py

1
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)'

Loading…
Cancel
Save