[scrobbles] Clean up todoist logs too

This commit is contained in:
2025-08-05 02:04:07 -04:00
parent 278cab32ea
commit b0b32821e3

View File

@ -3,6 +3,7 @@ from vrobbler.apps.tasks.utils import (
convert_notes_to_dict,
convert_old_boardgame_log_to_new,
convert_old_orgmode_log_to_new,
convert_old_todoist_log_to_new,
)
@ -21,5 +22,6 @@ class Command(BaseCommand):
else:
print("No changes will be saved, use --commit to save")
convert_old_orgmode_log_to_new(commit)
convert_old_todoist_log_to_new(commit)
convert_notes_to_dict(commit)
convert_old_boardgame_log_to_new(commit)