mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change the default for try_to_guess_cover to False
This commit is contained in:
parent
87d2167270
commit
4654742f87
@ -588,7 +588,7 @@ class OPF: # {{{
|
||||
formatter=json.loads, renderer=dump_dict)
|
||||
|
||||
def __init__(self, stream, basedir=os.getcwd(), unquote_urls=True,
|
||||
populate_spine=True, try_to_guess_cover=True, preparsed_opf=None, read_toc=True):
|
||||
populate_spine=True, try_to_guess_cover=False, preparsed_opf=None, read_toc=True):
|
||||
self.try_to_guess_cover = try_to_guess_cover
|
||||
self.basedir = self.base_dir = basedir
|
||||
self.path_to_html_toc = self.html_toc_fragment = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user