Explorar el Código

注释调试redis

locky hace 1 año
padre
commit
8c256b0c7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Object/RedisObject.py

+ 1 - 1
Object/RedisObject.py

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