Commit 6bf67715 authored by lixiaofang's avatar lixiaofang

auto_vest

parent 5c799516
......@@ -51,7 +51,6 @@ def kafka_consum(topic_name=None):
elif card_info['action_type'] == "follow":
auto_follow_user(card_info, after_day=True)
else:
pass
......@@ -95,7 +94,6 @@ def kafka_consum(topic_name=None):
logging.info("get------xiafa------------vestclick:%s" % card_info)
auto_click_user(card_info)
elif action_type == "follow": # 在这里去调关注的接口
if 'have_follow_number' in card_info and \
......
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