archive
/
todoist-github
Archived
1
Fork 0

Stop caching syncs

This commit is contained in:
Jake Howard 2020-01-11 13:23:17 +00:00
parent 802cc5a695
commit 38856fa223
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ import os
from github import Github
from todoist import TodoistAPI
todoist = TodoistAPI(os.environ["TODOIST_TOKEN"])
todoist = TodoistAPI(os.environ["TODOIST_TOKEN"], cache=None)
github = Github(os.environ["GITHUB_TOKEN"])