From 76a459fc9f349d6b5d37119d348e3e275fcc2eb8 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 2 Nov 2022 14:58:55 +0100 Subject: [PATCH] :sparkles: --- rally.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rally.py b/rally.py index dc39261..756594e 100644 --- a/rally.py +++ b/rally.py @@ -119,7 +119,7 @@ def main(): )[1][0][0] noah.go_diff(POWER, POWER, 1, 1) print("Final bit") - time.sleep((90 * DRIVE_T)/1000) + time.sleep((70 * DRIVE_T)/1000) noah.stop() break