@@ -528,7 +528,7 @@ def process_accounts(accounts: list, team_name: str, team_index: int = 0,
# 账号之间的间隔
if i < len(accounts) - 1 and not _shutdown_requested:
wait_time = random.randint(3, 6)
wait_time = 1
log.info(f"等待 {wait_time}s 后处理下一个账号...", icon="wait")
time.sleep(wait_time)
The note is not visible to the blocked user.