Auto open todo file

This commit is contained in:
2025-11-30 22:43:32 -05:00
parent f56c651961
commit dc32e2c26e

View File

@@ -31,6 +31,7 @@ class TodoManager:
def get_todos(self) -> dict[str, Todo]:
if not self.does_todo_file_exist():
self.open_todo_file()
return {}
todos = self.read_todos()