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

Commit

Permalink
Merge pull request #321 from falkyre/master
Browse files Browse the repository at this point in the history
  • Loading branch information
riffnshred authored Oct 13, 2021
2 parents 041eaf1 + f696d24 commit 88caf4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified nhl_setup
Binary file not shown.
8 changes: 4 additions & 4 deletions src/nhl_setup/nhl_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

from time import sleep

SCRIPT_VERSION = "1.6.1"
SCRIPT_VERSION = "1.6.2"

TEAMS = ['Avalanche','Blackhawks','Blues','Blue Jackets','Bruins','Canadiens','Canucks','Capitals','Coyotes','Devils','Ducks','Flames','Flyers',
'Golden Knights','Hurricanes','Islanders','Jets','Kings','Maple Leafs','Lightning','Oilers','Panthers','Penguins','Predators',
'Golden Knights','Hurricanes','Islanders','Jets','Kings','Kraken','Maple Leafs','Lightning','Oilers','Panthers','Penguins','Predators',
'Rangers','Red Wings','Sabres','Senators','Sharks','Stars','Wild']

#Everything that can be configured in the config.json
Expand Down Expand Up @@ -399,7 +399,7 @@ def states_settings(default_config,qmark,setup_type):
thestates = STATES

for astate in thestates:
board_list = ['clock','weather','wxalert','wxforecast','scoreticker','seriesticker','standings','team_summary','stanley_cup_champions','christmas']
board_list = ['clock','weather','wxalert','wxforecast','scoreticker','seriesticker','standings','team_summary','stanley_cup_champions','christmas','seasoncountdown']

boards_selected = []
board = None
Expand Down Expand Up @@ -515,7 +515,7 @@ def standings(default_config,qmark):
'name' : 'divisions',
'qmark': qmark,
'message' : "Select the division to display",
'choices' : ['atlantic','metropolitan','central','pacific','north','west','east'],
'choices' : ['atlantic','metropolitan','central','pacific'],
'default' : get_default_value(default_config,['boards','standings','divisions'],"string") or 'atlantic'
},
{
Expand Down

0 comments on commit 88caf4a

Please sign in to comment.