We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a9cc82 + aec3e60 commit 6e3b5b8Copy full SHA for 6e3b5b8
src/indicators/resources.py
@@ -68,7 +68,7 @@ def process_indicator_set(row, source_type="covidcast") -> None:
68
indicator_set_obj, _ = IndicatorSet.objects.get_or_create(
69
name=indicator_set_name,
70
defaults={
71
- "display_name": indicator_set_name,
+ "name": indicator_set_name,
72
"source_type": source_type,
73
},
74
)
0 commit comments