diff --git a/iksm.py b/iksm.py index e5b01f1..6acf73f 100644 --- a/iksm.py +++ b/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: