完善检查账号状态

This commit is contained in:
SwZ
2025-04-18 16:37:15 +08:00
parent 4dad69c84e
commit f8c2f9ee31
2 changed files with 44 additions and 34 deletions

View File

@@ -64,7 +64,7 @@ def main():
time.sleep(10)
continue
task['data']['tid'] = task['id']
task['data']['task_type'] = task['taskType']
task['data']['task_type'] = task['task_type']
t.submit(execute_task, **task['data'])
except Exception as e:
error_logger.error(f'Main Error: {e}')