Browse Source

bugfix win_first

Neccor 4 years ago
parent
commit
3d667aa22e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      win_first.py

+ 1
- 0
win_first.py View File

133
 
133
 
134
 def win_loop(win_rounds):
134
 def win_loop(win_rounds):
135
 	time.sleep(1)
135
 	time.sleep(1)
136
+	win_rounds += 1
136
 
137
 
137
 	while win_rounds <= 31:
138
 	while win_rounds <= 31:
138
 		time.sleep(1)
139
 		time.sleep(1)

Loading…
Cancel
Save