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 4107a7f commit 2a5ad9eCopy full SHA for 2a5ad9e
openlibrary/plugins/openlibrary/api.py
@@ -808,7 +808,7 @@ def GET(self):
808
from pyopds2 import Catalog, Link, Metadata
809
810
i = web.input(
811
- query="trending_score_hourly_sum:[1 TO *]", limit=25, sort=None, page=1
+ query="trending_score_hourly_sum:[1 TO *]", limit=25, page=1, sort=None
812
)
813
provider = get_opds_data_provider()
814
catalog = Catalog.create(
0 commit comments