diff --git a/Working-with-Updates.md b/Working-with-Updates.md index 8ec8c68..a0c9798 100644 --- a/Working-with-Updates.md +++ b/Working-with-Updates.md @@ -52,7 +52,7 @@ while True: continue print('I received', update) - except KeyboardIterrupt: + except KeyboardInterrupt: break client.disconnect()