From 42476715e5ecaf46cf703335e9494fed0ba27e3b Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:15:14 -0700 Subject: [PATCH] Auto-update: Mon Sep 30 12:15:14 PDT 2024 --- sijapi/routers/timing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sijapi/routers/timing.py b/sijapi/routers/timing.py index 80e8c4a..f76e604 100644 --- a/sijapi/routers/timing.py +++ b/sijapi/routers/timing.py @@ -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)