Skip to content

Commit 27068f9

Browse files
mskarlinjamesbraza
authored andcommitted
skip bibtex call to crossref (#1072)
1 parent abcd2e5 commit 27068f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/paperqa/clients/crossref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ async def doi_to_bibtex(
166166
async def parse_crossref_to_doc_details(
167167
message: dict[str, Any],
168168
session: aiohttp.ClientSession,
169-
query_bibtex: bool = True,
169+
query_bibtex: bool = False,
170170
) -> DocDetails:
171171

172172
bibtex_source = BibTeXSource.SELF_GENERATED.value

0 commit comments

Comments
 (0)