Update todo.py
This commit is contained in:
parent
5a1addec7f
commit
05f76c0d9a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Module(core.module.Module):
|
|||
self.__todos = self.count_items()
|
||||
core.input.register(
|
||||
self, button=core.input.LEFT_MOUSE, cmd="{} {}".format(self.__editor, self.__doc)
|
||||
)
|
||||
)
|
||||
|
||||
def output(self, widget):
|
||||
return str(self.__todos)
|
||||
|
|
Loading…
Reference in a new issue