fix(module-shell): fix syntax error

This commit is contained in:
tobi-wan-kenobi 2023-09-15 15:21:38 +02:00
parent 2e7e75a27c
commit 9170785ed5

View file

@ -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),
)