mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
e
This commit is contained in:
parent
7d749ae513
commit
00000d9113
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ log = get_logger(__name__)
|
||||||
|
|
||||||
urls: dict[str, dict[str, str | float]] = {}
|
urls: dict[str, dict[str, str | float]] = {}
|
||||||
|
|
||||||
TAG = "iSTRMEST"
|
TAG = "iSTRMEAST"
|
||||||
|
|
||||||
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=3_600)
|
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=3_600)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -86,8 +86,8 @@ async def refresh_html_cache(
|
||||||
"event": event_name,
|
"event": event_name,
|
||||||
"link": href,
|
"link": href,
|
||||||
"logo": logo,
|
"logo": logo,
|
||||||
"timestamp": ts,
|
|
||||||
"event_ts": event_dt.timestamp(),
|
"event_ts": event_dt.timestamp(),
|
||||||
|
"timestamp": ts,
|
||||||
}
|
}
|
||||||
|
|
||||||
return events
|
return events
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue