Issue 20 patch (refactored code of the iso15693 implementation as well as several enhancements) [Adrian Dabrowski "atrox"]
This commit is contained in:
@@ -37,7 +37,7 @@ def invert(data):
|
||||
return out
|
||||
|
||||
# do the actual search
|
||||
def search(data,target):
|
||||
def search(target,data):
|
||||
location= string.find(data,target)
|
||||
if location >= 0:
|
||||
print '*** Match at bit %d:' % location,
|
||||
|
||||
Reference in New Issue
Block a user