ソースを参照

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