mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 00:24:00 +02:00
Removed useless close/open cycle from example
This commit is contained in:
parent
bbec77f248
commit
971e619de7
1 changed files with 0 additions and 2 deletions
2
runme.py
2
runme.py
|
@ -4,8 +4,6 @@ from binascii import hexlify
|
|||
|
||||
try:
|
||||
nfc = NFCDevice()
|
||||
nfc.close()
|
||||
nfc.open()
|
||||
print hexlify(nfc.scanUID())
|
||||
print "Device is opened:", nfc.opened()
|
||||
print "Closing device"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue