diff --git a/runme.py b/runme.py index 6ce3d84..a1d13b4 100755 --- a/runme.py +++ b/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"