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