summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 74d87d8..ebf0d83 100644
--- a/app.py
+++ b/app.py
@@ -21,4 +21,4 @@ if __name__ == "__main__":
http_server = WSGIServer(('', 5000), APP, log=None)
server = spawn(http_server.serve_forever)
- joinall([server, watcher])
+ joinall([watcher, server])