better URL

This commit is contained in:
Peter D. Gray 2025-04-08 09:35:02 -04:00
parent 78fcfa56a5
commit 8a18e413e9
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -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)