Should probably avoid bug fixing under hydrocodone

This commit is contained in:
2023-01-24 15:25:19 -05:00
parent 160f15a101
commit 8ac938bd12

View File

@ -157,7 +157,7 @@ class SportEvent(ScrobblableMixin):
)
if se_created:
season.name = seid
season.save(update_fields['name'])
season.save(update_fields=['name'])
# Find or create our Round
rid = data_dict.get('RoundId')