浏览代码

quick updates

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