소스 검색

[tasks] Add habit to suffix type

Colin Powell 8 달 전
부모
커밋
84737e0c3b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      vrobbler/apps/tasks/constants.py

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

@@ -5,4 +5,5 @@ TODOIST_TITLE_SUFFIX_LABELS = [
     "chores",
     "admin",
     "meeting",
+    "habit",
 ]