From f46cc42308752b518e2c026db94c1531d4805012 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 10 Oct 2016 18:22:31 +0200 Subject: test --- src/runserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/runserver.py b/src/runserver.py index f67c1653..1099b483 100755 --- a/src/runserver.py +++ b/src/runserver.py @@ -61,4 +61,4 @@ with application.app_context(): if __name__ == '__main__': application.run(host=conf.WEBSERVER_HOST, port=conf.WEBSERVER_PORT, - debug=True) + debug=False) -- cgit