mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
e
This commit is contained in:
parent
8264afeefd
commit
00000d949b
3 changed files with 6 additions and 8 deletions
|
|
@ -141,7 +141,7 @@ async def get_events(
|
|||
|
||||
live = []
|
||||
|
||||
start_ts = now.delta(hours=-1).timestamp()
|
||||
start_ts = now.delta(minutes=-30).timestamp()
|
||||
|
||||
for k, v in events.items():
|
||||
if cached_keys & {k}:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue