Skip to content

Commit

Permalink
fix(module-shell): fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-wan-kenobi committed Sep 15, 2023
1 parent 2e7e75a commit 9170785
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bumblebee_status/modules/contrib/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def update(self):
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),
)
Expand Down

0 comments on commit 9170785

Please sign in to comment.