Auto-update: Mon Sep 30 12:15:14 PDT 2024

This commit is contained in:
sanj 2024-09-30 12:15:14 -07:00
parent 1de07155d0
commit 42476715e5

View file

@ -116,6 +116,8 @@ async def fetch_and_prepare_timing_data(start: datetime, end: Optional[datetime]
'X-Time-Zone': 'America/Los_Angeles'
}
l.info(f"Fetching timing data from {url}, using headers: {headers}")
processed_timing_data = []
async with httpx.AsyncClient() as client:
response = await client.get(url, headers=headers)