Browse Source

Merge branch 'master' of git://github.com/spesmilo/electrum

283
ThomasV 9 years ago
parent
commit
307ec36d34
  1. 1
      gui/kivy/nfc_scanner/scanner_android.py

1
gui/kivy/nfc_scanner/scanner_android.py

@ -115,7 +115,6 @@ class ScannerAndroid(NFCBase):
#print 'length', length
# will contain the NDEF record types
recTypes = []
self.
for record in ndefrecords:
recTypes.append({
'type': ''.join(map(unichr, record.getType())),

Loading…
Cancel
Save