Browse Source

(June 2021) Update subs+teams, no split on space

jun-2021
bertieb 2 years ago
parent
commit
f9d8c18d8d
3 changed files with 31 additions and 33 deletions
  1. +5
    -3
      subs.txt
  2. +2
    -1
      teampicker.py
  3. +24
    -29
      teams.txt

+ 5
- 3
subs.txt View File

@@ -1,6 +1,8 @@
burgiuk
mattgamerguy666
maothecat
idiotictendencies
mattgamerguy666
costello_
burgiuk
rarestmonkey
etho8282
idiotictendencies
ksyme99

+ 2
- 1
teampicker.py View File

@@ -160,7 +160,8 @@ def setup_team_board():
name = fh.readline().strip()
if name == "":
continue
name = name.split(' ', 1)[1]
if "donkey" in name:
name = name.split(' ', 1)[1]
print("Adding {} at {},{}".format(name,
TEAMCOLS[col],
TEAMROWS[row]))


+ 24
- 29
teams.txt View File

@@ -1,29 +1,24 @@
Atlanta Hawks
Boston Celtics
Charlotte Hornets
Chicago Bulls
Cleveland Cavaliers
Dallas Mavericks
Denver Nuggets
Detroit Pistons
Golden State Warriors
Houston Rockets
Indiana Pacers
LA Clippers
LA Lakers
Miami Heat
Milwaukee Bucks
Minnesota Timberwolves
NJ Nets
NY Knicks
Orlando Magic
Philadelphia 76ers
Phoenix Suns
Portland Trailblazers
Sacramento Kings
SanAntonio Spurs
Seattle SuperSonics
Toronto Raptors
Utah Jazz
Vancouver Grizzlies
Washington Wizards
Belgium
Italy
Russia
Poland
Ukraine
Spain
France
Turkey
England
Czech Republic
Finland
Sweden
Croatia
Austria
Netherlands
Germany
Portugal
Switzerland
Denmark
Wales
North Macedonia
Hungary
Slovakia
Scotland

Loading…
Cancel
Save