Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 21c6a7c

Browse files
authored
Update README with the latest API
1 parent 9709d95 commit 21c6a7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ from adb import sign_m2crypto
4040
signer = sign_m2crypto.M2CryptoSigner(
4141
op.expanduser('~/.android/adbkey'))
4242
# Connect to the device
43-
device = adb_commands.AdbCommands.ConnectDevice(
43+
device = adb_commands.AdbCommands()
44+
device.ConnectDevice(
4445
rsa_keys=[signer])
4546
# Now we can use Shell, Pull, Push, etc!
4647
for i in xrange(10):

0 commit comments

Comments
 (0)