@@ -1,6 +1,8 @@ | |||||
burgiuk | |||||
mattgamerguy666 | |||||
maothecat | maothecat | ||||
idiotictendencies | |||||
mattgamerguy666 | |||||
costello_ | costello_ | ||||
burgiuk | |||||
rarestmonkey | |||||
etho8282 | |||||
idiotictendencies | |||||
ksyme99 | ksyme99 |
@@ -160,7 +160,8 @@ def setup_team_board(): | |||||
name = fh.readline().strip() | name = fh.readline().strip() | ||||
if name == "": | if name == "": | ||||
continue | continue | ||||
name = name.split(' ', 1)[1] | |||||
if "donkey" in name: | |||||
name = name.split(' ', 1)[1] | |||||
print("Adding {} at {},{}".format(name, | print("Adding {} at {},{}".format(name, | ||||
TEAMCOLS[col], | TEAMCOLS[col], | ||||
TEAMROWS[row])) | TEAMROWS[row])) | ||||
@@ -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 |