Sfoglia il codice sorgente

[tasks] Add exercise and lifeevent to constants

Colin Powell 3 mesi fa
parent
commit
3fa43f02d0
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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",
 ]