Skip to content

Commit

Permalink
one more header update
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbull committed Jun 11, 2024
1 parent 12eb18d commit 02277ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/extensions/utils/sl_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _update_states(self):
)

async def fetch_url(self, url, session):
async with session.get(url) as response:
async with session.get(url, headers=self.headers) as response:
return await response.json()

async def fetch_all_urls(self, target):
Expand Down

0 comments on commit 02277ad

Please sign in to comment.