exit after adding the tasks

This commit is contained in:
Andreas Zweili 2021-11-06 20:57:22 +01:00
parent 9f2fcf8ceb
commit 9d59488e43
1 changed files with 1 additions and 0 deletions

View File

@ -24,4 +24,5 @@ if __name__ == '__main__':
missing_tasks = utils.get_missing_tasks(tasks, issues)
if missing_tasks:
todoist.create_tasks(missing_tasks)
exit(0)
print("Nothing new to add.")