1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-18 12:03:33 +02:00

Cleaned up cover module

This commit is contained in:
2020-07-05 16:37:03 +02:00
parent 8bb1168969
commit 111854f686
7 changed files with 105 additions and 756 deletions

View File

@@ -410,7 +410,6 @@ class Config(ConfigInterface):
src = self.option_set.serialize(opts)
f.seek(0)
f.truncate()
__import__('pdb').set_trace()
if isinstance(src, str):
src = src.encode('utf-8')
f.write(src)