This commit is contained in:
AloneMonkey 2018-07-14 19:26:29 +08:00
parent 187446d3c1
commit a9b9c9fbf5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ finished = threading.Event()
def get_usb_iphone():
Type = 'usb'
if frida.__version__ < 12:
if int(frida.__version__.split('.')[0]) < 12:
Type = 'tether'
device_manager = frida.get_device_manager()