Skip to content

Conversation

@jcharaoui
Copy link
Contributor

It's a rather crude method, but it works. Should fix #7

It's a rather crude method, but it works.
main.py Outdated
bot.start()
bot.start()
signal.signal(signal.SIGINT, signal_handler)
while Ture:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be True, not Ture, right?

Could you please fix this?

@gehaxelt gehaxelt merged commit 84efeca into gehaxelt:master Aug 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Catch SIGINT and shutdown gracefully

2 participants