Auto-update: Mon Sep 30 12:15:14 PDT 2024
This commit is contained in:
parent
1de07155d0
commit
42476715e5
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue