mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-24 18:33:44 +03:00
Fix KeyboardInterrupt typo
parent
017be3498a
commit
59568c316f
|
@ -52,7 +52,7 @@ while True:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
print('I received', update)
|
print('I received', update)
|
||||||
except KeyboardIterrupt:
|
except KeyboardInterrupt:
|
||||||
break
|
break
|
||||||
|
|
||||||
client.disconnect()
|
client.disconnect()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user