Stop caching syncs
This commit is contained in:
parent
802cc5a695
commit
38856fa223
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ import os
|
||||||
from github import Github
|
from github import Github
|
||||||
from todoist import TodoistAPI
|
from todoist import TodoistAPI
|
||||||
|
|
||||||
todoist = TodoistAPI(os.environ["TODOIST_TOKEN"])
|
todoist = TodoistAPI(os.environ["TODOIST_TOKEN"], cache=None)
|
||||||
github = Github(os.environ["GITHUB_TOKEN"])
|
github = Github(os.environ["GITHUB_TOKEN"])
|
||||||
|
|
Reference in a new issue