Skip to content

Commit 10e025a

Browse files
committed
fields bug: The client currently drops the fields parameter
1 parent 3e78fd9 commit 10e025a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/delphi_epidata.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,9 @@ def covidcast(
608608
if 'format' in kwargs:
609609
params['format'] = kwargs['format']
610610

611+
if 'fields' in kwargs:
612+
params['fields'] = kwargs['fields']
613+
611614
# Make the API call
612615
return Epidata._request(params)
613616

0 commit comments

Comments
 (0)