Commit 163c798a authored by lixiaofang's avatar lixiaofang

add

parent 2cd6709d
......@@ -13,8 +13,10 @@ if __name__ == "__main__":
redis_client = set_reply_to_redis()
have_reply1 = redis_client.get(redis_key1)
result = json.loads(str(have_reply1, encoding="utf-8"))
logging.info("get------have_replys1:%s" % have_reply1)
result = json.loads(str(have_reply1, encoding="utf-8"))
logging.info("get------have_replys1:%s" % result)
if result:
for item in result:
cook = login()
......
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