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'
|
'X-Time-Zone': 'America/Los_Angeles'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
l.info(f"Fetching timing data from {url}, using headers: {headers}")
|
||||||
|
|
||||||
processed_timing_data = []
|
processed_timing_data = []
|
||||||
async with httpx.AsyncClient() as client:
|
async with httpx.AsyncClient() as client:
|
||||||
response = await client.get(url, headers=headers)
|
response = await client.get(url, headers=headers)
|
||||||
|
|
Loading…
Add table
Reference in a new issue