fix: 修复命令告警的问题

pull/10998/head
Bai 2023-07-18 15:19:54 +08:00 committed by Bryan
parent 6338ecc6fe
commit ea5a54f9c7
1 changed files with 1 additions and 1 deletions

View File

@ -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')