correct circuit model startup scripts

This commit is contained in:
ryanmerolle 2020-12-29 18:27:41 -05:00
parent 6ab38472be
commit 31f52041f8
6 changed files with 17 additions and 17 deletions

View file

@ -13,6 +13,6 @@ for params in providers:
provider, created = Provider.objects.get_or_create(**params)
if created:
set_custom_fields_values(name, custom_field_data)
set_custom_fields_values(provider, custom_field_data)
print("📡 Created provider", provider.name)