ソースを参照

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

jun-2021
bertieb 3年前
コミット
f9d8c18d8d
3個のファイルの変更31行の追加33行の削除
  1. +5
    -3
      subs.txt
  2. +2
    -1
      teampicker.py
  3. +24
    -29
      teams.txt

+ 5
- 3
subs.txt ファイルの表示

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

+ 2
- 1
teampicker.py ファイルの表示

@@ -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 ファイルの表示

@@ -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

読み込み中…
キャンセル
保存