Skip to content

Commit 19f664e

Browse files
chinandrewkrivard
andauthored
Update src/client/delphi_epidata.py
Co-authored-by: Katie Mazaitis <krivard@cs.cmu.edu>
1 parent 5d43a6d commit 19f664e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/delphi_epidata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ async def fetch_epidata(param_combos):
720720
tasks = []
721721
async with ClientSession() as session:
722722
for param in param_combos:
723-
task = asyncio.ensure_future(Epidata.get(param, session))
723+
task = asyncio.ensure_future(Epidata.async_get(param, session))
724724
tasks.append(task)
725725
responses = await asyncio.gather(*tasks)
726726
return responses

0 commit comments

Comments
 (0)