Skip to content

Commit

Permalink
fix: Remove filtering zotero items upto 5 items.
Browse files Browse the repository at this point in the history
  • Loading branch information
e-alizadeh committed Jan 1, 2022
1 parent 4c52024 commit 4f3e5e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zotero2readwise/zt2rw.py
Expand Up @@ -42,7 +42,6 @@ def get_all_zotero_items(self) -> List[Dict]:

def run_all(self) -> None:
zot_annots_notes = self.get_all_zotero_items()
zot_annots_notes = zot_annots_notes[0:5]
formatted_items = self.zotero.format_items(zot_annots_notes)
if self.zotero.failed_items:
self.zotero.save_failed_items_to_json("failed_zotero_items.json")
Expand Down

0 comments on commit 4f3e5e0

Please sign in to comment.