Commit 0b6f7bfc authored by lixiaofang's avatar lixiaofang

add

parent 05296a2d
......@@ -43,7 +43,7 @@ def get_data(numtime, numtime2):
def true_comment_three():
try:
logging.info(" commend three")
logging.info(" answer_reply_three")
numtime1, numtime2 = time_conv(45, 35)
user_id = get_data(numtime1, numtime2)
if user_id:
......
......@@ -42,7 +42,7 @@ def get_data(numtime, numtime2):
def true_comment_two():
try:
logging.info("comment two")
logging.info("answer_reply_two")
numtime1, numtime2 = time_conv(27, 17)
user_id = get_data(numtime1, numtime2)
dicts = {}
......
......@@ -42,7 +42,7 @@ def get_data(numtime, numtime2):
def answer_reply1():
try:
logging.info("comment answer one")
logging.info("answer_reply_one")
numtime1, numtime2, minute = time_conv_minute(5, 0)
user_id = get_data(numtime1, numtime2)
redis_key1 = "cybertron:set_reply_id:one"
......
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