Browse Source

disabled debug mode

master
manetta 5 years ago
parent
commit
22242d6345
  1. 2
      start.py

2
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()
Loading…
Cancel
Save