edit window for embedhd.py
fix links from ppv.py
This commit is contained in:
doms9 2026-01-11 12:26:52 -05:00
parent 438c182753
commit 00000d9bd8
2 changed files with 7 additions and 17 deletions

View file

@ -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", []):