Skip to content

Commit

Permalink
MiczFlor#2112 fix 'not tagged as plugin callable'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 15, 2023
1 parent 6c3d6b7 commit de10e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jukebox/jukebox/multitimer.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def start(self, iterations=None, wait_seconds_per_iteration=None):
self._function = self._callee(*self.class_args, iterations=self._iterations, **self.class_kwargs)
super().start(wait_seconds_per_iteration)

@plugin.tag
def get_state(self):
return {'enabled': self.is_alive(),
'wait_seconds_per_iteration': self.get_timeout(),
Expand Down

0 comments on commit de10e00

Please sign in to comment.