This commit is contained in:
doms9 2025-11-27 03:03:17 -05:00
parent edbed9cd5f
commit 00000d9da5
7 changed files with 70 additions and 39 deletions

View file

@ -56,7 +56,7 @@ async def refresh_html_cache(
return {}
soup = HTMLParser(r.text)
soup = HTMLParser(r.content)
events = {}