Some updated ins utils.py

This commit is contained in:
unclecode
2024-06-26 13:03:03 +08:00
parent 144cfa0eda
commit 96d1eb0d0d

View File

@@ -770,4 +770,6 @@ def wrap_text(draw, text, font, max_width):
def format_html(html_string):
soup = BeautifulSoup(html_string, 'html.parser')
return soup.prettify()
return soup.prettify()