Explorar el Código

[tasks] Add exercise and lifeevent to constants

Colin Powell hace 3 meses
padre
commit
3fa43f02d0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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",
 ]