diff --git a/vrobbler/apps/sports/models.py b/vrobbler/apps/sports/models.py index f318252..142f6ee 100644 --- a/vrobbler/apps/sports/models.py +++ b/vrobbler/apps/sports/models.py @@ -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')