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
|
||||
|
||||
print('I received', update)
|
||||
except KeyboardIterrupt:
|
||||
except KeyboardInterrupt:
|
||||
break
|
||||
|
||||
client.disconnect()
|
||||
|
|
Loading…
Reference in New Issue
Block a user