Skip to content

Commit 5d43a6d

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

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
@@ -709,7 +709,7 @@ def covidcast_nowcast(
709709
return Epidata._request(params)
710710

711711
@staticmethod
712-
async def get(params, session):
712+
async def async_get(params, session):
713713
"""Helper function to make Epidata GET requests."""
714714
async with session.get(Epidata.BASE_URL, params=params) as response:
715715
return await response.json(), params

0 commit comments

Comments
 (0)