mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6a6c7a0105
commit
a0a32a214a
@ -245,6 +245,7 @@ def get(ctx, rd, what, book_id, library_id):
|
||||
sz = rd.query.get('sz')
|
||||
w, h = 60, 80
|
||||
if sz is None:
|
||||
if rest:
|
||||
try:
|
||||
w, h = map(int, rest.split('_'))
|
||||
except Exception:
|
||||
|
Loading…
x
Reference in New Issue
Block a user