display
This commit is contained in:
parent
657e19d23b
commit
eec46a00ed
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def onTagSense(tag):
|
|||
return False
|
||||
|
||||
def start_nfc_normal():
|
||||
device = get_reader()i
|
||||
device = get_reader()
|
||||
clf = nfc.ContactlessFrontend(device)
|
||||
clf.open(device)
|
||||
while True:
|
||||
|
|
Loading…
Reference in a new issue