From b64481643ec508f1cb692a9ae042b5a583b45251 Mon Sep 17 00:00:00 2001 From: liujianjiang Date: Fri, 9 Jan 2026 11:32:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- account_management/deal_account.py | 1 + 1 file changed, 1 insertion(+) 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: