Fix KeyboardInterrupt typo

Lonami 2017-11-04 21:24:11 +01:00
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()