From 3fa43f02d00e9bc442facd73c32e430c0cc6d66a Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 27 Jan 2025 14:52:15 -0500 Subject: [PATCH] [tasks] Add exercise and lifeevent to constants --- vrobbler/apps/tasks/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vrobbler/apps/tasks/constants.py b/vrobbler/apps/tasks/constants.py index 9522d1a..7eed87b 100644 --- a/vrobbler/apps/tasks/constants.py +++ b/vrobbler/apps/tasks/constants.py @@ -8,4 +8,6 @@ TODOIST_TITLE_SUFFIX_LABELS = [ "meeting", "habit", "research", + "exercise", + "lifeevent", ]