This commit is contained in:
doms9 2025-09-13 13:32:32 -04:00
parent 21f39fb5a0
commit 00000d9000
7 changed files with 37 additions and 44 deletions

View file

@ -114,10 +114,7 @@ async def main(client: httpx.AsyncClient) -> None:
urls[f"[{sport}] {event} (S{i})"] = {
"url": link,
"logo": LOGOS.get(
sport,
"https://i.gyazo.com/ec27417a9644ae517196494afa72d2b9.png",
),
"logo": LOGOS.get(sport, LOGOS["default"]),
}
log.info(f"Collected {len(urls)} events")