update
This commit is contained in:
@@ -1 +1 @@
|
|||||||
VERSION="4.0.4"
|
VERSION="4.0.5"
|
||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user