Skip to content
Snippets Groups Projects
Commit c6a90aa4 authored by Vermaat's avatar Vermaat
Browse files

Merge pull request #58 from mutalyzer/tooling

Use the Flask auto reloader in the debug server
parents 8404662c 4d400cf8
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ def debugserver(host, port):
"""
Run the website with the Python built-in HTTP server.
"""
application.run(host=host, port=port, debug=True, use_reloader=False)
application.run(host=host, port=port, debug=True, use_reloader=True)
def main():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment