e
This commit is contained in:
parent
7c487189c4
commit
00000d9f0f
3 changed files with 15 additions and 8 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue