Skip to content

Commit b6c0ba4

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

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
@@ -882,7 +882,7 @@ def GET(self, subject_key):
882882
web.header('Content-Type', 'application/opds+json')
883883
return delegate.RawText(json.dumps(catalog.model_dump()))
884884

885-
885+
886886
class opds_home(delegate.page):
887887
path = r"/opds"
888888

0 commit comments

Comments
 (0)