mirror of
https://github.com/doms9/iptv.git
synced 2026-04-21 19:46:59 +02:00
e
- change domains for totalsportek*.py - misc edits
This commit is contained in:
parent
3f0a368f05
commit
00000d9063
4 changed files with 7 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue