This commit is contained in:
flaskfarm
2022-10-14 16:00:19 +09:00
parent ee73bbbe4b
commit 15eef1f91a
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
VERSION="4.0.4" VERSION="4.0.5"

View File

@@ -205,7 +205,7 @@ class ModuleSetting(PluginModuleBase):
command = command.split(' ') command = command.split(' ')
if mode == 'foreground': if mode == 'foreground':
cmd = [ cmd = [
['msg', f'명령 : {' '.join(command)}'], ['msg', f"명령 : {' '.join(command)}"],
command, command,
] ]
ToolModalCommand.start("Celery 실행", cmd) ToolModalCommand.start("Celery 실행", cmd)