We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bbb0c commit 8dcfc83Copy full SHA for 8dcfc83
src/pyzotero/zotero.py
@@ -305,7 +305,7 @@ def __init__(
305
else:
306
self.endpoint = "http://localhost:23119/api"
307
self.local = True
308
- if library_id and library_type:
+ if library_id is not None and library_type:
309
self.library_id = library_id
310
# library_type determines whether query begins w. /users or /groups
311
self.library_type = library_type + "s"
0 commit comments