This commit is contained in:
doms9 2025-12-05 17:29:19 -05:00
parent 16f38d8eb4
commit 00000d9afd
4 changed files with 186 additions and 0 deletions

View file

@ -50,6 +50,8 @@ async def refresh_html_cache(
now_ts: float,
) -> dict[str, dict[str, str | float]]:
log.info("Refreshing HTML cache")
try:
r = await client.get(url)
r.raise_for_status()