From b46dccd8d8d85fb2a1d304ff239cdfcbcdc6bcb3 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 28 Oct 2018 13:23:42 +0100 Subject: Removed tag cloud from the public feed page. --- src/runserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runserver.py') diff --git a/src/runserver.py b/src/runserver.py index ca71891d..287a52f8 100755 --- a/src/runserver.py +++ b/src/runserver.py @@ -63,4 +63,4 @@ with application.app_context(): if __name__ == '__main__': application.run(host=conf.WEBSERVER_HOST, port=conf.WEBSERVER_PORT, - debug=False) + debug=conf.WEBSERVER_DEBUG) -- cgit