Commit 48ab068f authored by litaolemo's avatar litaolemo

update

parent bc83352f
......@@ -32,7 +32,8 @@ def func_get_redis(stats="on_line"):
if "C:\\" in p:
stats = "test"
if stats == "on_line":
rds = redis.StrictRedis(host='172.16.40.164', port=6379, db=18, decode_responses=True, password='ReDis!GmTx*0aN12')
# rds = redis.StrictRedis(host='172.16.40.164', port=6379, db=18, decode_responses=True, password='ReDis!GmTx*0aN12')
rds = redis.StrictRedis(host='172.18.51.10', port=6379, db=18, decode_responses=True)
else:
rds = redis.StrictRedis(host='172.18.51.10', port=6379, db=18, decode_responses=True)
return rds
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment