@ -288,8 +288,7 @@ class LiveMatch:
return True
def should_show_scores(self):
if self.started:
for team in self.teams:
if len(team.scores) > 0:
return False