- 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

@ -84,6 +84,9 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
t1, t2 = stream_group.get("away"), stream_group.get("home")
if not (t1 and t2):
continue
event = get_event(t1, t2)
if not (date and sport):