diff --git a/app.py b/app.py index 2285074..5199409 100755 --- a/app.py +++ b/app.py @@ -146,4 +146,4 @@ def initPage(): if __name__ == "__main__": - app.run(debug=True, port=4998, host='0.0.0.0', threaded=True) + app.run(debug=False, port=4980, host='0.0.0.0', threaded=True)