mirror of https://github.com/Hoffelhas/autodoist
Minor update to get_all_data
parent
af63bb97c0
commit
ce8044d5a7
|
@ -431,7 +431,7 @@ def check_for_update(current_version):
|
|||
|
||||
# Get all data through the SYNC API. Needed to see e.g. any completed tasks.
|
||||
|
||||
def get_all_data(self, api):
|
||||
def get_all_data(api):
|
||||
BASE_URL = "https://api.todoist.com"
|
||||
SYNC_VERSION = "v9"
|
||||
SYNC_API = urljoin(BASE_URL, f"/sync/{SYNC_VERSION}/")
|
||||
|
|
Loading…
Reference in New Issue