浏览代码

[tasks] Add exercise and lifeevent to constants

Colin Powell 3 月之前
父节点
当前提交
3fa43f02d0
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      vrobbler/apps/tasks/constants.py

+ 2 - 0
vrobbler/apps/tasks/constants.py

@@ -8,4 +8,6 @@ TODOIST_TITLE_SUFFIX_LABELS = [
     "meeting",
     "habit",
     "research",
+    "exercise",
+    "lifeevent",
 ]