From a4425bf461fa665ceb1f734085460ca44c70888e Mon Sep 17 00:00:00 2001 From: eli fessler Date: Wed, 26 Oct 2022 13:02:09 -1000 Subject: [PATCH] fix typo --- iksm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: