Browse Source

注释Redis

locky 2 weeks ago
parent
commit
07005ea69c
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, CONFIG_INFO, CONFIG_US
 
 # 本地调试把注释打开
-REDIS_ADDRESS = '127.0.0.1'
+# REDIS_ADDRESS = '127.0.0.1'
 
 
 class RedisObject: