From 02f63dd4d0f01341866b5d100d4c0bc91482a301 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 31 七月 2023 14:49:06 +0800 Subject: [PATCH] bug修复 --- constant.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constant.py b/constant.py index 87f6201..a8b9dcf 100644 --- a/constant.py +++ b/constant.py @@ -26,10 +26,10 @@ "db": 0, "pwd": "123456" } if is_windows() else { - "host": "127.0.0.1", + "host": "172.16.32.15", "port": 6379, "db": 0, - "pwd": "123456" + "pwd": "Yeshi2016@" } MYSQL_CONFIG = { -- Gitblit v1.8.0