From c461ca1a9d986179b5b288eaa40b96eb46248cca Mon Sep 17 00:00:00 2001 From: Zovjsra <4703michael@gmail.com> Date: Sun, 3 Jan 2021 23:53:22 +0800 Subject: [PATCH] change port --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 0502f74..9651d29 100755 --- a/app.py +++ b/app.py @@ -157,4 +157,4 @@ def dcard_dev(): 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)