- change domains for totalsportek*.py
- misc edits
This commit is contained in:
doms9 2026-03-26 16:20:40 -04:00
parent 3f0a368f05
commit 00000d9063
4 changed files with 7 additions and 3 deletions

View file

@ -149,7 +149,8 @@ async def refresh_xml_cache(now_ts: float) -> dict[str, dict[str, str | float]]:
event_dt = Time.from_str(date)
key = f"[{sport} - {league}] {title} ({TAG})"
if (key := f"[{sport} - {league}] {title} ({TAG})") in events:
continue
events[key] = {
"sport": sport,