There was an error while loading. Please reload this page.
1 parent 582e335 commit 87861a3Copy full SHA for 87861a3
1 file changed
root/app/calibre-web/cps/metadata_provider/scholar.py
@@ -71,7 +71,7 @@ def _parse_search_result(
71
authors=result["bib"].get("author", []),
72
url=result.get("pub_url", result.get("eprint_url", "")),
73
source=MetaSourceInfo(
74
- id=self.__id__, description=self.__name__, link=scholar.META_URL
+ id=self.__id__, description=self.__name__, link=self.META_URL
75
),
76
)
77
0 commit comments