- misc edits.
This commit is contained in:
doms9 2026-04-17 14:29:46 -04:00
parent 714b781f4f
commit 00000d9cf1
2 changed files with 17 additions and 7 deletions

View file

@ -97,7 +97,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
if (
not (live_badge := card.css_first("span.bg-green-600"))
or live_badge.text(strip=True) != "LIVE"
or live_badge.text(strip=True).lower().strip() != "live"
):
continue