mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 23:08:34 +03:00
sniffer.py: Removed redundant find_dev function
This commit is contained in:
@@ -49,8 +49,7 @@ def find_eps(dev):
|
||||
return (ep_in, ep_out)
|
||||
|
||||
# main code
|
||||
def sniff():
|
||||
dev = find_dev()
|
||||
def sniff(dev):
|
||||
ans = array.array('B', [])
|
||||
|
||||
apdus = []
|
||||
|
||||
Reference in New Issue
Block a user