mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
style
This commit is contained in:
parent
855bccf5b9
commit
27fee07090
3 changed files with 9 additions and 3 deletions
|
@ -31,7 +31,7 @@ def invert(data):
|
|||
def search(target,data):
|
||||
location = data.find(target)
|
||||
if location >= 0:
|
||||
print('*** Match at bit {:d}: {}<{}>{}'.format(location, data[:location],target,data[location+len(target):]))
|
||||
print('*** Match at bit {:d}: {}<{}>{}'.format(location, data[:location], target,data[location + len(target):]))
|
||||
else:
|
||||
print('Not found')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue