From c9ca2ca4bb5207c6ea8d3143401d9f33786dfad7 Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 10 Dec 2025 18:33:22 +0800 Subject: [PATCH] fwefwf --- 推特/main.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/推特/main.py b/推特/main.py index 4367f45..d5abf10 100644 --- a/推特/main.py +++ b/推特/main.py @@ -680,13 +680,15 @@ def run_work(x_token_info, xstart_info): # executor.submit(hun_web.to_do_tui) with Hub_Web(x_info=x_token_info, xstart_info=xstart_info) as hub: - # hub.to_do_tui() # 发推 + try: - hub.account_nurturing() # 发推 + hub.account_nurturing() # 养号 except: pass - hub.FollowTwitterAccount() # 发推 + hub.to_do_tui() # 发推 + + # hub.FollowTwitterAccount() # 关注 if __name__ == '__main__':