This commit is contained in:
David Rodenkirchen 2026-04-29 12:26:41 +02:00
parent aee55a4292
commit 11d4e89b94

View File

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