2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-01 06:45:39 +00:00

Remove warning

This commit is contained in:
Dan
2018-04-14 17:37:37 +02:00
parent 0dd5ebef80
commit 4965e0b4f8

View File

@@ -262,7 +262,6 @@ class Auth:
else:
raise e
log.warning("Auth key creation failed. Let's try again: {}".format(repr(e)))
time.sleep(1)
continue
else: