Browse Source

redis注释本地IP

zhangdongming 3 weeks ago
parent
commit
1eafd6dd02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Object/RedisObject.py

+ 1 - 1
Object/RedisObject.py

@@ -2,7 +2,7 @@ import redis
 from AnsjerPush.config import REDIS_ADDRESS
 from AnsjerPush.config import REDIS_ADDRESS
 
 
 # 本地调试把注释打开
 # 本地调试把注释打开
-REDIS_ADDRESS = '127.0.0.1'
+# REDIS_ADDRESS = '127.0.0.1'
 
 
 
 
 class RedisObject:
 class RedisObject: