forked from doms/iptv
e
This commit is contained in:
parent
7184f33572
commit
00000d9d6b
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
|||
|
||||
live = []
|
||||
|
||||
start_ts = now.delta(minutes=-30).timestamp()
|
||||
end_ts = now.delta(minutes=30).timestamp()
|
||||
start_ts = now.delta(hours=-1).timestamp()
|
||||
end_ts = now.delta(minutes=5).timestamp()
|
||||
|
||||
for k, v in events.items():
|
||||
if k in cached_keys:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue