fix scheduler not running, template rendering route implementation, implement file change modifed checks

This commit is contained in:
Xevion
2020-06-19 17:35:23 -05:00
parent 4bc5d7e72e
commit 1a4779d8d5
5 changed files with 40 additions and 24 deletions

View File

@@ -7,4 +7,4 @@ Simple launcher file for project.
from trivia import app
if __name__ == "__main__":
app.run(host="0.0.0.0")
app.run(host="0.0.0.0", use_reloader=False)