Skip to content

Commit

Permalink
Remove serial parameter for AdbDeviceUsb
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Aug 22, 2020
1 parent 9330e76 commit 662de7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -66,7 +66,7 @@ Example Usage
device1.connect(rsa_keys=[signer], auth_timeout_s=0.1)
# Connect via USB (package must be installed via `pip install adb-shell[usb])`
device2 = AdbDeviceUsb('ab78c6ef')
device2 = AdbDeviceUsb()
device2.connect(rsa_keys=[signer], auth_timeout_s=0.1)
# Send a shell command
Expand Down

0 comments on commit 662de7f

Please sign in to comment.