Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
bump the version number and remove debug message for goal details
Browse files Browse the repository at this point in the history
  • Loading branch information
riffnshred committed Aug 9, 2020
1 parent 8f51e11 commit 3dbdfd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.2
4 changes: 1 addition & 3 deletions src/renderer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 3dbdfd1

Please sign in to comment.