Skip to content

Commit

Permalink
Merge pull request #179 from MLB-LED-Scoreboard/dev
Browse files Browse the repository at this point in the history
Release 1.7.1
  • Loading branch information
ajbowler authored Jun 15, 2018
2 parents 7ce3c0b + 5a09d16 commit da8abed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def is_live(status):
def is_irregular(status):
"""Returns whether game is in an irregular state, such as delayed, postponed, cancelled,
or in a challenge."""
return status in [Status.POSTPONED, Status.SUSPENDED, Status.DELAYED, Status.DELAYED_START, Status.CANCELLED, Status.MANAGER_CHALLENGE]
return status in [Status.POSTPONED, Status.SUSPENDED, Status.DELAYED, Status.DELAYED_START, Status.CANCELLED, Status.MANAGER_CHALLENGE, Status.REVIEW]

@staticmethod
def is_fresh(status):
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import debug

SCRIPT_NAME = "MLB LED Scoreboard"
SCRIPT_VERSION = "1.7.0"
SCRIPT_VERSION = "1.7.1"

# Get supplied command line arguments
args = args()
Expand Down

0 comments on commit da8abed

Please sign in to comment.