Only print todo items that were in the supplied list to be printed.
self.todolist.children() may return todo items outside the p_todos list, so prevent that.
Showing
Please register or sign in to comment
self.todolist.children() may return todo items outside the p_todos list, so prevent that.