1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-03-17 07:13:42 +01:00

Cleanup, cleanup

This commit is contained in:
2020-07-17 18:59:45 +02:00
parent 5ac8451668
commit 45b6bb5b2c
10 changed files with 63 additions and 167 deletions

View File

@@ -121,7 +121,6 @@ def render_html_data(path_to_html, width, height):
result = {}
def report_error(text=''):
__import__('pdb').set_trace()
print(f'Failed to render {path_to_html}')
# file=sys.stderr)
if text: