From e4ee51b20d65d8c070d05fe9ea179b5c36ba7481 Mon Sep 17 00:00:00 2001 From: moorsey Date: Sat, 6 Jan 2024 11:16:11 +0000 Subject: [PATCH] Update autodoist.py --- autodoist.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autodoist.py b/autodoist.py index da7ada9..3b78536 100644 --- a/autodoist.py +++ b/autodoist.py @@ -20,7 +20,7 @@ import re import json -#chunking +#chunking code to meet API limits of 100 calls per request def sync_in_chunks(api): chunk_size = 99 # Maximum commands per request @@ -1531,8 +1531,6 @@ def main(): overview_task_labels) # Sync all queued up changes -# if api.queue: -# sync(api) if api.queue: sync_in_chunks(api)