added sleep when good auth

This commit is contained in:
Eggman20339 2024-05-02 22:24:20 -04:00
parent 2ee000aaa8
commit dd60c4c2e2

View File

@ -184,5 +184,6 @@ while True:
print("CLIENT DATA:", result.client_data)
print()
print("AUTH DATA:", result.authenticator_data)
time.sleep(5)
except Exception as e:
pass