Skip to content

Commit 2a5ad9e

Browse files
mekarpelesCopilot
andauthored
change order of prams
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4107a7f commit 2a5ad9e

File tree

1 file changed

+1
-1
lines changed
  • openlibrary/plugins/openlibrary

1 file changed

+1
-1
lines changed

openlibrary/plugins/openlibrary/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ def GET(self):
808808
from pyopds2 import Catalog, Link, Metadata
809809

810810
i = web.input(
811-
query="trending_score_hourly_sum:[1 TO *]", limit=25, sort=None, page=1
811+
query="trending_score_hourly_sum:[1 TO *]", limit=25, page=1, sort=None
812812
)
813813
provider = get_opds_data_provider()
814814
catalog = Catalog.create(

0 commit comments

Comments
 (0)