mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 21:58:33 +03:00
sniffer.py: Removed redundant find_dev function
This commit is contained in:
@@ -82,7 +82,7 @@ def main():
|
||||
# ret = dev.read(0x83, 64, 100)
|
||||
print(ret)
|
||||
if args.sniff is True:
|
||||
sniffer.sniff()
|
||||
sniffer.sniff(dev)
|
||||
if args.select_file is True:
|
||||
ccid_select.select()
|
||||
if args.phone is True:
|
||||
|
||||
Reference in New Issue
Block a user