We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8138c6 + 7b07371 commit 718b916Copy full SHA for 718b916
src/client/delphi_epidata.py
@@ -728,7 +728,7 @@ async def async_make_calls(param_combos):
728
"""Helper function to asynchronously make and aggregate Epidata GET requests."""
729
tasks = []
730
connector = TCPConnector(limit=batch_size)
731
- async with ClientSession(connector=connector) as session:
+ async with ClientSession(connector=connector, headers=_HEADERS) as session:
732
for param in param_combos:
733
task = asyncio.ensure_future(async_get(param, session))
734
tasks.append(task)
0 commit comments