This commit is contained in:
doms9 2025-10-29 16:30:36 -04:00
parent 7c487189c4
commit 00000d9f0f
3 changed files with 15 additions and 8 deletions

View file

@ -81,7 +81,7 @@ async def refresh_html_cache(
except Exception as e:
log.error(f'Failed to fetch "{url}": {e}')
return []
return {}
soup = HTMLParser(r.text)
events = {}