Skip to content

Commit 18ee8d3

Browse files
author
renzon
committed
Refatorando fase
1 parent 52135e5 commit 18ee8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def lancar(self, angulo, tempo):
5252
return
5353

5454
def resetar(self):
55-
for ator in chain(self._passaros,self._obstaculos,self._porcos):
55+
for ator in chain(self._passaros, self._obstaculos, self._porcos):
5656
ator.resetar()
5757

5858
def calcular_pontos(self, tempo):

0 commit comments

Comments
 (0)