aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/app.py')
-rwxr-xr-xserver/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/app.py b/server/app.py
index 3d31d73..e957cde 100755
--- a/server/app.py
+++ b/server/app.py
@@ -33,7 +33,7 @@ urls = (
r'/host/(.+)', 'Host'
)
-app = web.application(urls, globals())
+app = web.application(urls, globals(), autoreload=True)
app.notfound = config.notfound
app.internalerror = config.internalerror