From 22242d6345bc593f09e59239698c9210412f9023 Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 10 Jul 2019 21:20:55 +0200 Subject: [PATCH] disabled debug mode --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index 57ad631..491421e 100644 --- a/start.py +++ b/start.py @@ -110,5 +110,5 @@ def favicon(): if __name__ == '__main__': if not 'index.json' in os.listdir('.'): tfidf.create_index() - APP.debug=True + # APP.debug=True APP.run() \ No newline at end of file