Spaces:
Sleeping
Sleeping
Patrick Walukagga
commited on
Commit
·
2089531
1
Parent(s):
622dd84
change library id param
Browse files
api.py
CHANGED
@@ -67,7 +67,7 @@ class ZoteroCredentials(BaseModel):
|
|
67 |
@app.post("/process_zotero_library_items", tags=["zotero"])
|
68 |
def process_zotero_library_items(zotero_credentials: ZoteroCredentials):
|
69 |
result = client.predict(
|
70 |
-
|
71 |
zotero_api_access_key=zotero_credentials.api_access_key,
|
72 |
api_name="/process_zotero_library_items",
|
73 |
)
|
|
|
67 |
@app.post("/process_zotero_library_items", tags=["zotero"])
|
68 |
def process_zotero_library_items(zotero_credentials: ZoteroCredentials):
|
69 |
result = client.predict(
|
70 |
+
zotero_library_id_param=zotero_credentials.library_id,
|
71 |
zotero_api_access_key=zotero_credentials.api_access_key,
|
72 |
api_name="/process_zotero_library_items",
|
73 |
)
|