mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-12 04:39:02 +00:00
perf: Automation
This commit is contained in:
@@ -174,8 +174,9 @@ class AccountBackupHandler:
|
||||
if not files:
|
||||
return
|
||||
recipients = User.objects.filter(id__in=list(recipients))
|
||||
msg = _("Start sending backup emails")
|
||||
print(
|
||||
f'\033[32m>>> {_("Start sending backup emails")}\033[0m'
|
||||
f'\033[32m>>> {msg}\033[0m'
|
||||
''
|
||||
)
|
||||
name = self.name
|
||||
|
Reference in New Issue
Block a user