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