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,6 +133,7 @@ def loose_loop(loose_rounds):
133 133
 
134 134
 def win_loop(win_rounds):
135 135
 	time.sleep(1)
136
+	win_rounds += 1
136 137
 
137 138
 	while win_rounds <= 31:
138 139
 		time.sleep(1)

Loading…
Cancel
Save