Created
May 11, 2018 17:01
-
-
Save JonnyFunFun/84c9626f0f50f1c3ee84570e3b5d7bd7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if __name__ == '__main__': | |
try: | |
client.run('token') | |
except KeyboardInterrupt: | |
print('Interrupted') | |
finally: | |
client.close() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment