control před 3 roky
rodič
revize
0ccb2756eb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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