Commit caecfb30 authored by lixiaofang's avatar lixiaofang

add

parent ce2ea395
......@@ -64,7 +64,7 @@ if __name__ == "__main__":
redis_client = set_reply_to_redis()
redis_client.hset(redis_key1, str(minute), json.dumps(reply_data_comment))
logging.info("get eeeeeeee:%s" % minute - 5)
logging.info("get eeeeeeee:%s" %str( minute - 5))
have_reply1 = redis_client.hget(redis_key1, str(minute - 5))
logging.info("get have_reply1:%s" % have_reply1)
if have_reply1:
......
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