From e800879339e7e63948b8bf9ccc8670c669463c1f Mon Sep 17 00:00:00 2001 From: EggMan20339 <99349302+EggMan20339@users.noreply.github.com> Date: Thu, 9 May 2024 22:13:00 -0400 Subject: [PATCH] more nfc --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index e9de92f..caa010e 100644 --- a/main.py +++ b/main.py @@ -112,11 +112,11 @@ def read_nfc_tag(): tag = clf.connect(rdwr={'on-connect': lambda tag: False}) return tag.identifier if tag else None except Exception as e: - print("NFC read error:", e) + # print("NFC read error:", e) return None finally: if clf: - # clf.close() + clf.close() pass while True: