1
0
mirror of https://github.com/jumpserver/jumpserver.git synced 2025-05-05 14:46:20 +00:00

perf: Activity log no display

This commit is contained in:
feng 2024-08-08 16:29:17 +08:00 committed by feng626
parent cb97afffab
commit 01c565f93f

View File

@ -21,6 +21,7 @@ def i18n_fmt(tpl, *args):
return tpl
args = [str(arg) for arg in args]
args = [arg.replace(', ', ' ') for arg in args]
try:
tpl % tuple(args)