Fix syntax of exception throwing here and there

This commit is contained in:
Dmitry D. Chernov
2017-05-19 15:48:01 +10:00
committed by Lonami
parent 7f787affc6
commit 0ef32a7d78
3 changed files with 5 additions and 5 deletions

View File

@@ -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