diff --git a/VERSION b/VERSION index 3a3cd8cc..1892b926 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 +1.3.2 diff --git a/src/renderer/main.py b/src/renderer/main.py index 9d8b6b93..c67d04cc 100755 --- a/src/renderer/main.py +++ b/src/renderer/main.py @@ -221,7 +221,7 @@ def check_new_goals(self): # Remove the first cached goal self.goal_team_cache.pop(0) except IndexError: - print("crash") + debug.error("The scoreboard object failed to get the goal details, trying on the next data refresh") if away_score < away_goals: self.away_score = away_goals @@ -240,8 +240,6 @@ def check_new_goals(self): # run the goal animation self._draw_goal_animation(away_id, home_name) - - print(self.goal_team_cache) def _draw_goal_animation(self, id=14, name="test"): debug.info('Score by team: ' + name)