From 73f1288a83f4c174a522e172825577c4aa7f5f3f Mon Sep 17 00:00:00 2001 From: "majiahui@haimaqingfan.com" Date: Tue, 31 Oct 2023 15:24:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E4=B8=AA=E5=A2=9E=E5=BC=BA?= =?UTF-8?q?=E7=89=88=E4=B8=8A=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_drop_rewrite_request.py | 2 +- redis_check_uuid_mistral.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flask_drop_rewrite_request.py b/flask_drop_rewrite_request.py index 4a1949f..f5c6eb2 100644 --- a/flask_drop_rewrite_request.py +++ b/flask_drop_rewrite_request.py @@ -491,4 +491,4 @@ if __name__ == "__main__": '%(asctime)s - %(pathname)s[line:%(lineno)d] - %(levelname)s: %(message)s' # 日志格式 ) - app.run(host="0.0.0.0", port=14004, threaded=True, debug=False) + app.run(host="0.0.0.0", port=14002, threaded=True, debug=False) diff --git a/redis_check_uuid_mistral.py b/redis_check_uuid_mistral.py index 0574e86..8d864e8 100644 --- a/redis_check_uuid_mistral.py +++ b/redis_check_uuid_mistral.py @@ -85,4 +85,4 @@ def handle_query(): if __name__ == "__main__": - app.run(debug=False, host='0.0.0.0', port=14005) + app.run(debug=False, host='0.0.0.0', port=14003)