aesophor / py-todo

📋 Lightweight reminder / todo-list in cli
https://www.reddit.com/r/unixporn/comments/9qy35q/oc_pytodo_a_lightweight_reminder_in_cli/
MIT License
108 stars 22 forks source link

item.title doesn't exist in take_input() should be default_title #25

Closed Steampunkery closed 5 years ago

Steampunkery commented 5 years ago

There isn't an item.title in the take_input function. The default title variable is default_title.

EDIT: It also appears that I forgot to add a parameter in my org-mode refactor PR. Fixes that as well.

aesophor commented 5 years ago

Thanks!