psql-migration-fixes

This commit is contained in:
2022-07-14 16:41:53 +03:00
parent 0cd6761dd3
commit 450cf89b50
7 changed files with 26 additions and 31 deletions

View File

@@ -1037,5 +1037,5 @@ def html2text(html: str, baseurl: str = "", bodywidth: Optional[int] = config.BO
if h:
h = HTML2Text(baseurl=baseurl, bodywidth=bodywidth)
h = h.handle(html.strip())
print('[html2text] %d bytes' % len(html))
# print('[html2text] %d bytes' % len(html))
return h