Remove empty except (#887)

This commit is contained in:
josephbiko
2018-07-09 20:54:43 +02:00
committed by Lonami
parent 4328663c78
commit e6981e7676
4 changed files with 17 additions and 8 deletions

View File

@@ -32,6 +32,6 @@ times, in this case, ``22222`` so we can hardcode that:
client = TelegramClient(None, api_id, api_hash)
client.session.set_dc(2, '149.154.167.40', 80)
loop.run_until_complete(client.start(
client.start(
phone='9996621234', code_callback=lambda: '22222'
))
)