This commit is contained in:
doms9 2025-09-04 10:46:49 -04:00
parent 084913f8af
commit 00000d999d

View file

@ -228,7 +228,7 @@ async def get_events(
events: list[dict[str, str]] = [] events: list[dict[str, str]] = []
pub_date_format = "%a, %d %b %Y %H:%M:%S %z" pub_date_format = "%a, %d %b %Y %H:%M:%S %z"
window_start, window_end = now - timedelta(hours=3), now + timedelta(hours=1) window_start, window_end = now - timedelta(hours=1), now + timedelta(minutes=30)
buffer = await fetch_xml_stream(url, ssl_ctx) buffer = await fetch_xml_stream(url, ssl_ctx)