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

Use the Flask auto reloader in the debug server

parent 8404662c
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