diff --git a/draw.py b/draw.py index a2d0565..efc7661 100644 --- a/draw.py +++ b/draw.py @@ -97,11 +97,11 @@ def draw_rolagem_horizontal(self): path = self.homedir + '/decorator.py' arq = open(path, 'r') conteudo = arq.readlines() - texto = """pen.forward(240) + texto = """pen.forward(250) pen.right(90) pen.forward(190) pen.right(90) -pen.forward(240) +pen.forward(250) pen.right(90) pen.forward(190) pen.right(90)