Commit 573049e3 authored by 吴升宇's avatar 吴升宇

fix 马甲 args

parent acac2b2d
......@@ -57,7 +57,7 @@ def auto_click_per_1d_by_post():
numtime1, numtime2 = time_convs(1, 1)
topic_ids = get_commnet_id(numtime2, numtime1, content_level_low=0, content_level_top=3)
for topic_id in topic_ids:
click_num = random.randint(3, 6)
click_num = random.randint(6, 12)
for i in range(click_num):
auto_click_list.append(topic_id)
......
......@@ -45,7 +45,7 @@ def auto_follow_per_1d_by_regist():
numtime1, numtime2 = time_convs(1, 1)
user_ids= get_commnet_id(numtime2, numtime1)
for user_id in user_ids:
follow_num = random.randint(3, 6)
follow_num = random.randint(10, 20)
for i in range(follow_num):
auto_follow_list.append(user_id)
......
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