mirror of
https://github.com/janeczku/calibre-web
synced 2025-09-24 21:54:03 +00:00
style: add missing positional argument
This commit is contained in:
@@ -1555,7 +1555,7 @@ def read_book(book_id, book_format):
|
||||
if book_format.lower() == fileExt:
|
||||
entries = calibre_db.get_filtered_book(book_id)
|
||||
log.debug("Start video watching for %d", book_id)
|
||||
return serve_book.__closure__[0].cell_contents(book_id, book_format.lower())
|
||||
return serve_book.__closure__[0].cell_contents(book_id, book_format.lower(), anyname="")
|
||||
for fileExt in ["cbr", "cbt", "cbz"]:
|
||||
if book_format.lower() == fileExt:
|
||||
all_name = str(book_id)
|
||||
|
Reference in New Issue
Block a user