e
This commit is contained in:
parent
084913f8af
commit
00000d999d
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ async def get_events(
|
|||
events: list[dict[str, str]] = []
|
||||
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue