From d3438bd04cb6d443633d930e457e89f7502d8697 Mon Sep 17 00:00:00 2001 From: Zovjsra <4703michael@gmail.com> Date: Thu, 4 Jun 2020 11:43:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9f33c04..903f165 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .vscode/ nohup.out data/ -__pycache__ \ No newline at end of file +__pycache__/ \ No newline at end of file diff --git a/app.py b/app.py index b1ef199..0471be9 100755 --- a/app.py +++ b/app.py @@ -126,4 +126,4 @@ def initPage(): if __name__ == "__main__": - app.run(debug=True, port=4999, host='0.0.0.0', threaded=True) + app.run(debug=False, port=4980, host='0.0.0.0', threaded=True)