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)