blub
This commit is contained in:
parent
aee55a4292
commit
11d4e89b94
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user