diff --git a/lib/framework/version.py b/lib/framework/version.py index 6fe0eb5..1d50c26 100644 --- a/lib/framework/version.py +++ b/lib/framework/version.py @@ -1 +1 @@ -VERSION="4.0.4" \ No newline at end of file +VERSION="4.0.5" \ No newline at end of file diff --git a/lib/system/mod_setting.py b/lib/system/mod_setting.py index 7bd4f13..042bf2e 100644 --- a/lib/system/mod_setting.py +++ b/lib/system/mod_setting.py @@ -205,7 +205,7 @@ class ModuleSetting(PluginModuleBase): command = command.split(' ') if mode == 'foreground': cmd = [ - ['msg', f'명령 : {' '.join(command)}'], + ['msg', f"명령 : {' '.join(command)}"], command, ] ToolModalCommand.start("Celery 실행", cmd)