Skip to content

Commit 3ea774f

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

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
@@ -732,6 +732,6 @@ def async_call(param_list, batch_size=100):
732732
responses = []
733733
for batch in batches:
734734
loop = asyncio.get_event_loop()
735-
future = asyncio.ensure_future(Epidata.fetch_epidata(batch))
735+
future = asyncio.ensure_future(Epidata.async_fetch_epidata(batch))
736736
responses += loop.run_until_complete(future)
737737
return responses

0 commit comments

Comments
 (0)