Should probably avoid bug fixing under hydrocodone
This commit is contained in:
@ -157,7 +157,7 @@ class SportEvent(ScrobblableMixin):
|
|||||||
)
|
)
|
||||||
if se_created:
|
if se_created:
|
||||||
season.name = seid
|
season.name = seid
|
||||||
season.save(update_fields['name'])
|
season.save(update_fields=['name'])
|
||||||
|
|
||||||
# Find or create our Round
|
# Find or create our Round
|
||||||
rid = data_dict.get('RoundId')
|
rid = data_dict.get('RoundId')
|
||||||
|
|||||||
Reference in New Issue
Block a user