소스 검색

[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",
 ]