Removed useless close/open cycle from example

This commit is contained in:
Ondrej Mikle 2014-07-19 20:13:41 +02:00
parent bbec77f248
commit 971e619de7

View file

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