Skip to content

Commit

Permalink
Fix "The Bottom Line" sound program
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Jul 15, 2022
1 parent dd0808c commit 0007ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ynca/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class SoundPrg(str, Enum):
CHAMBER = "Chamber"
CELLAR_CLUB = "Cellar Club"
THE_ROXY_THEATRE = "The Roxy Theatre"
THE_BOTTOM_LINE = ("The Bottom Line",)
THE_BOTTOM_LINE = "The Bottom Line"
SPORTS = "Sports"
ACTION_GAME = "Action Game"
ROLEPLAYING_GAME = "Roleplaying Game"
Expand Down

0 comments on commit 0007ca1

Please sign in to comment.