control преди 3 години
родител
ревизия
0ccb2756eb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -3,4 +3,4 @@ from app import create_app
 app = create_app()
 
 if __name__ == '__main__':
-    app.run(debug=True) ## debug=True auto re-runs websever upon change turn off for production
+    app.run() ## debug=True auto re-runs websever upon change turn off for production