From 692c77ff0a02faeeb6760cfaea58e2bb7376c497 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 7 Sep 2022 13:50:39 +0200 Subject: [PATCH] :sparkles: --- square.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/square.py b/square.py index 75aa74c..e204c0a 100644 --- a/square.py +++ b/square.py @@ -12,7 +12,7 @@ CLOCKWISE_OFFSET = 0.96 def clockwise_square(arlo): arlo.go_diff(POWER, POWER + RIGHT_WHEEL_OFFSET, 1, 0) - sleep(TURN_T * 0.5) + sleep(TURN_T) arlo.stop() sleep(0.5)