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