mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
e
edit window for embedhd.py fix links from ppv.py
This commit is contained in:
parent
438c182753
commit
00000d9bd8
2 changed files with 7 additions and 17 deletions
|
|
@ -37,7 +37,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
|||
API_CACHE.write(api_data)
|
||||
|
||||
events = []
|
||||
start_dt = now.delta(minutes=-30)
|
||||
start_dt = now.delta(hours=-1)
|
||||
end_dt = now.delta(hours=3)
|
||||
|
||||
for info in api_data.get("days", []):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue