Skip to content

Commit 4107a7f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 290725d commit 4107a7f

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

openlibrary/plugins/openlibrary/api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,9 @@ class opds_search(delegate.page):
807807
def GET(self):
808808
from pyopds2 import Catalog, Link, Metadata
809809

810-
i = web.input(query="trending_score_hourly_sum:[1 TO *]", limit=25, sort=None, page=1)
810+
i = web.input(
811+
query="trending_score_hourly_sum:[1 TO *]", limit=25, sort=None, page=1
812+
)
811813
provider = get_opds_data_provider()
812814
catalog = Catalog.create(
813815
metadata=Metadata(title=_("Search Results")),

0 commit comments

Comments
 (0)