urschrei / pyzotero

Pyzotero: a Python client for the Zotero API
https://pyzotero.readthedocs.org
Other
870 stars 96 forks source link

update_items() only processes the first chunk (50 items) #137

Closed fabbra closed 3 years ago

fabbra commented 3 years ago

Isn't there an indentation error (one tab too much) here?

https://github.com/urschrei/pyzotero/blob/fe9cd007a0216350fae405a98885c22d9308ad27/pyzotero/zotero.py#L1448

and also here:

https://github.com/urschrei/pyzotero/blob/fe9cd007a0216350fae405a98885c22d9308ad27/pyzotero/zotero.py#L1478

I've discovered that update_items() only updates the first chunk (i.e., the first 50 items) and all the remaining items do not get updated.

urschrei commented 3 years ago

Hmm. Looks like it. I won't be able to fix it til Saturday, however.

urschrei commented 3 years ago

Released to PyPI as 1.4.23