From 3a72b59bf02ee74e9e9713705e819c5decbe3c88 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 9 Apr 2014 07:57:03 +0200 Subject: Removed initialization script. --- runserver.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runserver.py') diff --git a/runserver.py b/runserver.py index b9a10dd7..1e8de552 100644 --- a/runserver.py +++ b/runserver.py @@ -4,5 +4,4 @@ import conf from pyaggr3g470r import app -app.run(host=conf.WEBSERVER_HOST, port=conf.WEBSERVER_PORT, \ - debug=conf.WEBSERVER_DEBUG) +app.run(host=conf.WEBSERVER_HOST, port=conf.WEBSERVER_PORT, debug=conf.WEBSERVER_DEBUG) -- cgit