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