From a4059c649197da2d9fc3299b641eec8105161c2c Mon Sep 17 00:00:00 2001 From: Zovjsra <4703michael@gmail.com> Date: Wed, 15 Jul 2020 14:48:14 +0800 Subject: [PATCH] Change port --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)