mirror of
https://github.com/doms9/iptv.git
synced 2026-04-23 20:07:00 +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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue