mirror of
https://github.com/frozenpandaman/s3s.git
synced 2026-09-11 03:55:22 -05:00
fix typo
This commit is contained in:
2
iksm.py
2
iksm.py
@@ -321,7 +321,7 @@ def get_bullet(web_service_token, web_view_ver, app_user_agent, user_lang, user_
|
||||
bullet_resp = json.loads(r.text)
|
||||
bullet_token = bullet_resp["bulletToken"]
|
||||
except (json.decoder.JSONDecodeError, TypeError):
|
||||
print("Got non-JSON response from Nintendo (in api/bullet_tokens step:")
|
||||
print("Got non-JSON response from Nintendo (in api/bullet_tokens step):")
|
||||
print(bullet_resp)
|
||||
sys.exit(1)
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user