From c86ba073d5bd9fae814064cbcf0a708c08719579 Mon Sep 17 00:00:00 2001 From: qiaoxinjiu Date: Thu, 7 May 2026 19:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E6=94=B9=E5=9B=9E5010?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index f79e232..7b2e9f8 100644 --- a/manage.py +++ b/manage.py @@ -23,7 +23,7 @@ def uploaded_file(filename): if __name__ == '__main__': - app.run(host='0.0.0.0', port=8881, debug=True) + app.run(host='0.0.0.0', port=5010, debug=True) def cors_response(res):