mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
Merge pull request #1654 from valesi/minor-fixes
Minor fixes - indentation and lone `self.`
This commit is contained in:
commit
4c53a6bfa5
2 changed files with 1 additions and 2 deletions
|
@ -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())),
|
||||||
|
|
Loading…
Add table
Reference in a new issue