Skip to content

Commit aec3e60

Browse files
author
Dmytro Trotsko
committed
Fixed wrong field
1 parent 995d3da commit aec3e60

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)