Make the UID read into infinite cycle

This commit is contained in:
Ondrej Mikle 2014-07-20 01:43:54 +02:00
parent 8869d25261
commit 23ae9ac77c

View file

@ -27,6 +27,7 @@ class NfcThread(threading.Thread):
stores it into uidQueue for later authentication check. stores it into uidQueue for later authentication check.
""" """
self.nfc = NFCDevice() self.nfc = NFCDevice()
while True:
try: try:
uid_hex = hexlify(self.nfc.scanUID()) uid_hex = hexlify(self.nfc.scanUID())
print uid_hex print uid_hex