diff --git a/circle.py b/circle.py index be6e361..3da3a9b 100644 --- a/circle.py +++ b/circle.py @@ -3,7 +3,7 @@ from time import sleep from math import radians, cos, sin def circle(radius, base_x, base_y): - previous_x, previous_y = base_x, base_y + previous_x, previous_y = position() threshold = 50 while True: