Commit d3956d60 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Fix invocation of set_completed.

parent cd36b0a3
......@@ -61,7 +61,7 @@ class Application(object):
try:
number = int(number)
self.todolist.todo(number).set_completed(number)
self.todolist.todo(number).set_completed()
self.dirty = True
except IndexError:
usage()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment