archive
/
todoist-github
Archived
1
Fork 0

Escalate commit log so it actually logs

This commit is contained in:
Jake Howard 2020-01-22 17:15:24 +00:00
parent e60ed8eeb9
commit a9f33b5066
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def run_tasks():
for task in ALL_TASKS:
logging.info("Executing %s", task.__name__)
task()
logging.debug("Committing tasks")
logging.info("Committing tasks")
todoist.commit()