fewfef
This commit is contained in:
@@ -738,7 +738,7 @@ def run_work(x_token_info, xstart_info):
|
||||
pass
|
||||
|
||||
# hub.to_do_tui() # 发推
|
||||
hub.回复() # 发推
|
||||
# hub.回复() # 发推
|
||||
|
||||
# hub.FollowTwitterAccount() # 关注
|
||||
|
||||
@@ -762,7 +762,7 @@ if __name__ == '__main__':
|
||||
# time.sleep(random.randint(15, 60))
|
||||
|
||||
# 同时运行
|
||||
max_threads = 8
|
||||
max_threads = 10
|
||||
delay_between_start = 15 # 每次启动线程之间的延迟时间(秒)
|
||||
|
||||
with ThreadPoolExecutor(max_workers=max_threads) as executor:
|
||||
|
||||
Reference in New Issue
Block a user