Update required modules list in README
This commit is contained in:
parent
52312b7331
commit
95fab517c6
2 changed files with 2 additions and 2 deletions
|
@ -35,5 +35,5 @@ class Module(bumblebee.engine.Module):
|
|||
self._pending_tasks_count = 'Error'
|
||||
|
||||
def output(self, _):
|
||||
"""Format the task counter to ouptut in bumblebee."""
|
||||
"""Format the task counter to output in bumblebee."""
|
||||
return "{}".format(self._pending_tasks_count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue