This commit is contained in:
drymer 2017-07-09 03:04:15 +02:00
parent fca55ee84b
commit fe1cc0eed9
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class Jabbergram(sleekxmpp.ClientXMPP):
print(e)
sleep(1)
except Unauthorized:
except Unauthorized as e:
print(e)
sleep(1)