mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-01-21 03:55:01 +00:00
Update bibliography.py
This commit is contained in:
parent
f7334942f6
commit
c9af61705e
@ -43,7 +43,6 @@ def arxiv_pdf_search(query: str, max_results: Optional[int] = 5, sort_by: Option
|
|||||||
if author:
|
if author:
|
||||||
url += f'&author={author}'
|
url += f'&author={author}'
|
||||||
|
|
||||||
ASCIIColors.multicolor(["URL:",url],[ASCIIColors.red, ASCIIColors.yellow])
|
|
||||||
response = requests.get(url)
|
response = requests.get(url)
|
||||||
response.raise_for_status()
|
response.raise_for_status()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user