Commit efaaabef authored by lixiaofang's avatar lixiaofang

add

parent 566b330a
......@@ -62,6 +62,7 @@ if __name__ == "__main__":
redis_client = set_reply_to_redis()
have_reply = redis_client.get(redis_key1)
if have_reply:
result = json.loads(str(have_reply, encoding="utf-8"))
if result:
redis_client.set(redis_key2, json.dumps(reply_data_comment))
......
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