Skip to content

Commit

Permalink
fix typo, close alibaba#42
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Mar 23, 2021
1 parent 0bca1ed commit 2020fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidevice/_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def pair(self):
from ._ssl import make_certs_and_key
except ImportError:
print("DevicePair require pyOpenSSL and pyans1, install by the following command")
print("\tpip3 install pyOpenSSL pyans1", flush=True)
print("\tpip3 install pyOpenSSL pyasn1", flush=True)
raise RuntimeError("Missing lib")

cert_pem, priv_key_pem, dev_cert_pem = make_certs_and_key(device_public_key)
Expand Down

0 comments on commit 2020fb5

Please sign in to comment.