This commit is contained in:
merlokk
2019-08-12 18:05:04 +03:00
parent e67da7533c
commit 45adfeb9bb
+3 -1
View File
@@ -175,8 +175,10 @@ class TestDevice:
print("Sending restart command...")
self.send_magic_reboot()
TestDevice.delay(0.25)
elif self.nfc_interface_only:
print("nfc")
else:
print("Please reboot authentictor and hit enter")
print("Please reboot authenticator and hit enter")
input()
self.find_device(self.nfc_interface_only)