fix(module-shell): fix syntax error
This commit is contained in:
parent
2e7e75a27c
commit
9170785ed5
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ class Module(core.module.Module):
|
|||
self.__current_thread = threading.Thread(
|
||||
target=lambda obj, cmd: obj.set_output(
|
||||
util.cli.execute(cmd, ignore_errors=True)
|
||||
core.event.trigger("update", [self.id], redraw_only=True)
|
||||
),
|
||||
args=(self, self.__command),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue