diff --git a/account_management/deal_account.py b/account_management/deal_account.py index 1b101c8..3b03689 100644 --- a/account_management/deal_account.py +++ b/account_management/deal_account.py @@ -76,6 +76,7 @@ class DealAccount: result = await self.update_device_status(set_param, where_conditions, params) if result: print(f"该账号:{data['account_id']} 已经备份过,不需要在备份") + return True else: tasks = self.task_all.backup_system([data["pad_code"]], data["pad_code"].lower()) if tasks: