This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bertieb
/
assign-team-to-sub
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Re-add sub name printing to debug key
master
bertieb
4 years ago
committed by
Rob Hallam
parent
dc53f6cca7
commit
132b87f70d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
teampicker.py
+ 2
- 0
teampicker.py
View File
@@ -202,6 +202,8 @@ while True:
for sub in SUBS:
if sub.team == "":
sub.team = TEAMS.pop().team
if sub._sub == "":
sub._sub = sub.sub
elif event.key == 32:
# Display who we're choosing for
for sub in SUBS:
Write
Preview
Loading…
Cancel
Save