From 132b87f70d2a243b204c8d85ad926bb125fce218 Mon Sep 17 00:00:00 2001 From: bertieb Date: Mon, 30 Nov 2020 16:51:58 +0000 Subject: [PATCH] Re-add sub name printing to debug key --- teampicker.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teampicker.py b/teampicker.py index 56a0327..fa477db 100644 --- a/teampicker.py +++ b/teampicker.py @@ -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: