From 1b9cc37000909d88fccc01219f0b5048e8494a09 Mon Sep 17 00:00:00 2001 From: Kasherpete <119694008+Kasherpete@users.noreply.github.com> Date: Sat, 23 Sep 2023 22:36:17 -0500 Subject: [PATCH] Update sms_registration.py --- sms_registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms_registration.py b/sms_registration.py index fdf8ff6..03ca084 100644 --- a/sms_registration.py +++ b/sms_registration.py @@ -20,7 +20,7 @@ def register(push_token: bytes, no_parse = False, gateway = None) -> tuple[str, print("MCC+MNC received! " + mccmnc) print("Determining gateway...") gateway = gateway_fetch.getGatewayMCCMNC(mccmnc) - print("Gateway found! " + gateway) + print("Gateway found! " + str(gateway)) if gateway is None: print("Automatic gateway detection failed, switching to default...") gateway = GATEWAY