From ea5a54f9c7c095da1deca933042e4afb577bb73e Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 18 Jul 2023 15:19:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E5=91=8A=E8=AD=A6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/terminal/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/terminal/notifications.py b/apps/terminal/notifications.py index bd036d9bb..77d113423 100644 --- a/apps/terminal/notifications.py +++ b/apps/terminal/notifications.py @@ -83,7 +83,7 @@ class CommandWarningMessage(CommandAlertMixin, UserMessage): user_id = command.get('_user_id', '') asset = command['asset'] asset_id = command.get('_asset_id', '') - account = command['_account'] + account = command.get('_account', '') account_id = command.get('_account_id', '') cmd_acl = command.get('_cmd_filter_acl') cmd_group = command.get('_cmd_group')