[scrobbles] Fix missed run_time_seconds cleanup
This commit is contained in:
@ -244,7 +244,7 @@ class SportEvent(ScrobblableMixin):
|
|||||||
"player_two": player_two,
|
"player_two": player_two,
|
||||||
"start": data_dict.get("Start"),
|
"start": data_dict.get("Start"),
|
||||||
"round": round,
|
"round": round,
|
||||||
"run_time_seconds": data_dict.get("RunTime"),
|
"base_run_time_seconds": data_dict.get("RunTime"),
|
||||||
}
|
}
|
||||||
event, _created = cls.objects.get_or_create(**event_dict)
|
event, _created = cls.objects.get_or_create(**event_dict)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user