Update autodoist.py

pull/44/head
moorsey 2024-01-06 11:16:11 +00:00 committed by GitHub
parent c7baa68e03
commit e4ee51b20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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)