string changes

This commit is contained in:
Kovid Goyal 2021-01-20 13:53:35 +05:30
parent 65766fdff2
commit 588b5683f0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -771,7 +771,7 @@ class Cache(object):
The progress callback will be called with the book_id and the old and new sizes The progress callback will be called with the book_id and the old and new sizes
for each book that has been processed. If an error occurs, the news size will for each book that has been processed. If an error occurs, the news size will
be a string with th error details. be a string with the error details.
''' '''
jpeg_quality = max(10, min(jpeg_quality, 100)) jpeg_quality = max(10, min(jpeg_quality, 100))
path_map = {} path_map = {}