Fix typo
This commit is contained in:
parent
fca55ee84b
commit
fe1cc0eed9
|
@ -233,7 +233,7 @@ class Jabbergram(sleekxmpp.ClientXMPP):
|
|||
print(e)
|
||||
sleep(1)
|
||||
|
||||
except Unauthorized:
|
||||
except Unauthorized as e:
|
||||
print(e)
|
||||
sleep(1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue