mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +00:00
Fix syntax of exception throwing here and there
This commit is contained in:

committed by
Lonami

parent
7f787affc6
commit
0ef32a7d78
@@ -64,7 +64,7 @@ class InteractiveTelegramClient(TelegramClient):
|
||||
'Two step verification is enabled. Please enter your password: ')
|
||||
code_ok = self.sign_in(password=pw)
|
||||
else:
|
||||
raise e
|
||||
raise
|
||||
|
||||
def run(self):
|
||||
# Listen for updates
|
||||
|
Reference in New Issue
Block a user