Correct the Todoist API URL

This commit is contained in:
Andreas Zweili 2023-04-06 13:20:34 +02:00
parent 794bb5352d
commit a4a6fbc9d2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import uuid
class TodoistAPI:
url = "https://api.todoist.com/rest/v1/"
url = "https://api.todoist.com/rest/v2/"
def __init__(self, token: str):
self.token = token