소스 검색

Re-add sub name printing to debug key

master
bertieb 3 년 전
committed by Rob Hallam
부모
커밋
132b87f70d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      teampicker.py

+ 2
- 0
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:


불러오는 중...
취소
저장