Commit e2f95fe9 authored by lixiaofang's avatar lixiaofang

add

parent 20deca0b
......@@ -69,6 +69,7 @@ def auto_click_user(card_info, after_day=False):
card_info['all_push_time'] = get_time
card_info["need_pust_num"] = len(userids)
card_info["have_pust_num"] = 0
logging.info("get card_info:%s" % card_info)
save_data_to_kafka(card_info)
break
else:
......
......@@ -73,6 +73,8 @@ def auto_follow_user(card_info, after_day=False):
card_info['all_push_time'] = get_time
card_info["need_pust_num"] = len(userids)
card_info["have_pust_num"] = 0
logging.info("get card_info:%s" % card_info)
save_data_to_kafka(card_info)
break
else:
......
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