mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
e
fix window for embedhd.py fix window for streamcenter.py use preset logos for streamfree.py
This commit is contained in:
parent
e544d6fe32
commit
00000d9976
3 changed files with 7 additions and 11 deletions
|
|
@ -52,8 +52,8 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
|||
|
||||
events = []
|
||||
|
||||
start_dt = now.delta(minutes=-30)
|
||||
end_dt = now.delta(minutes=10)
|
||||
start_dt = now.delta(hours=-1)
|
||||
end_dt = now.delta(minutes=5)
|
||||
|
||||
for stream_group in api_data:
|
||||
category_id: int = stream_group.get("categoryId")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue