Explorar el Código

bugfix win_first

Neccor hace 4 años
padre
commit
3d667aa22e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      win_first.py

+ 1
- 0
win_first.py Ver fichero

@@ -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…
Cancelar
Guardar