|
|
|
@@ -11,8 +11,8 @@ def main(): |
|
|
|
# return |
|
|
|
todoist = TodoProject("Master Assignment") |
|
|
|
# getattr(todoist, sys.argv[1])() |
|
|
|
todoist.checktaskstoday(3) |
|
|
|
todoist.checkTasksWithoutNotes() |
|
|
|
# todoist.checktaskstoday(3) |
|
|
|
# todoist.checkTasksWithoutNotes() |
|
|
|
todoist.checkTasksOverDue() |
|
|
|
todoist.openTasksWithoutNotes() |
|
|
|
error = logcheck.logcheck() |
|
|
|
|