From 11d4e89b94a4bf929d239696ced9812a6f9184b2 Mon Sep 17 00:00:00 2001 From: David Rodenkirchen Date: Wed, 29 Apr 2026 12:26:41 +0200 Subject: [PATCH] blub --- NfcReaderService.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NfcReaderService.py b/NfcReaderService.py index 721e4fb..68c2896 100644 --- a/NfcReaderService.py +++ b/NfcReaderService.py @@ -43,7 +43,7 @@ class NfcReaderService: if uid_hex == self._last_uid: connection.disconnect() - time.sleep(0.5) + time.sleep(1) self._last_uid = None continue @@ -57,7 +57,7 @@ class NfcReaderService: self._last_write = now except (CardConnectionException, NoCardException): - pass + time.sleep(0.5) finally: try: