priestc / giotto

Python web development simplified
BSD 2-Clause "Simplified" License
59 stars 10 forks source link

Allow reloading when files change on irc controller #3

Open priestc opened 11 years ago

priestc commented 11 years ago

Currently the only way for the irc controller to reflect changes is to restart the controller, which results in the irc bot disconnect and then reconnecting. Make it automatically reload much like the werkzeug dev server.

priestc commented 11 years ago

Theres a way to do this (possibly) with werkzeug.serving.run_with_reloader, but I couldn't get it to work...