diff --git a/shared/teleport.py b/shared/teleport.py index 2435c59d..dada51eb 100644 --- a/shared/teleport.py +++ b/shared/teleport.py @@ -42,7 +42,7 @@ def txt_grouper(txt): async def nfc_push_kt(qrdata): # NFC push to send them to our QR-rendering website - url = KT_DOMAIN + '#' + qrdata + url = KT_DOMAIN + '/#' + qrdata n = ndef.ndefMaker() n.add_url(url, https=True)