|
@ -183,7 +183,7 @@ class SteamAuthenticator(object): |
|
|
try: |
|
|
try: |
|
|
if not re.search(r'[&\?].*digits', resp['uri']): |
|
|
if not re.search(r'[&\?].*digits', resp['uri']): |
|
|
resp['uri'] += '&digits=5' |
|
|
resp['uri'] += '&digits=5' |
|
|
except (KeyError, AttributeError): |
|
|
except (KeyError, TypeError): |
|
|
pass |
|
|
pass |
|
|
|
|
|
|
|
|
self.secrets = resp |
|
|
self.secrets = resp |
|
|