Skip to content

Commit 6e3b5b8

Browse files
authored
Merge pull request #169 from cmu-delphi/development
Fixed wrong field
2 parents 0a9cc82 + aec3e60 commit 6e3b5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indicators/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def process_indicator_set(row, source_type="covidcast") -> None:
6868
indicator_set_obj, _ = IndicatorSet.objects.get_or_create(
6969
name=indicator_set_name,
7070
defaults={
71-
"display_name": indicator_set_name,
71+
"name": indicator_set_name,
7272
"source_type": source_type,
7373
},
7474
)

0 commit comments

Comments
 (0)