We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290725d commit 4107a7fCopy full SHA for 4107a7f
openlibrary/plugins/openlibrary/api.py
@@ -807,7 +807,9 @@ class opds_search(delegate.page):
807
def GET(self):
808
from pyopds2 import Catalog, Link, Metadata
809
810
- i = web.input(query="trending_score_hourly_sum:[1 TO *]", limit=25, sort=None, page=1)
+ i = web.input(
811
+ query="trending_score_hourly_sum:[1 TO *]", limit=25, sort=None, page=1
812
+ )
813
provider = get_opds_data_provider()
814
catalog = Catalog.create(
815
metadata=Metadata(title=_("Search Results")),
0 commit comments