mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2025-01-09 17:33:47 +00:00
Update sms_registration.py
This commit is contained in:
parent
1b55b91bc0
commit
1b9cc37000
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue