Commit 2a1bcd75 authored by lixiaofang's avatar lixiaofang

add

parent bf3f111a
......@@ -377,6 +377,7 @@ def judge_data_have_in_redis(card_info=None):
str_push_datetime = str(push_datetime.year) + str(push_datetime.month) + str(push_datetime.day)
if str_today != str_push_datetime:
logging.info("当前数据可以保留继续执行")
return True
if card_info['action_type'] == '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