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: