fix spaces
This commit is contained in:
parent
cee41ca595
commit
c441dc7a32
@ -30,8 +30,3 @@ for id in data_dict:
|
||||
print(results)
|
||||
dict(sorted(results.items(), key=lambda item: item[0]))
|
||||
print(results)
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -90,7 +90,6 @@ def main():
|
||||
elif rw == '':
|
||||
s.write('r\r'.encode())
|
||||
read(s)
|
||||
|
||||
else:
|
||||
print('Invalid option')
|
||||
|
||||
|
@ -406,4 +406,3 @@ class PN532:
|
||||
_COMMAND_INDATAEXCHANGE, params=params, response_length=1
|
||||
)
|
||||
return response[0] == 0x00
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user