lp1293714059
Results
2
comments of
lp1293714059
I found that there is no error with this code order, Is it okay to execute code in a certain order?: ``` device3 = AdbDeviceUsb(serial="230YT16C83002G") # COM3 device3.connect(rsa_keys=[signer], auth_timeout_s=0.1) device2...
> Bro, have you solved this problem? I havent solved it. But I found that the code can run normally like this: ``` device3 = AdbDeviceUsb(serial="230YT16C83002G") # COM3 device4 =...