From f0596041e601640172b3cc1b02bea700b8e62291 Mon Sep 17 00:00:00 2001 From: Woud27 Date: Mon, 16 Sep 2024 16:39:38 -0400 Subject: [PATCH] Update exercise_game.py --- assignment/exercise_game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment/exercise_game.py b/assignment/exercise_game.py index 4318765c5..abff71310 100644 --- a/assignment/exercise_game.py +++ b/assignment/exercise_game.py @@ -9,7 +9,7 @@ N: int = 3 -sample_ms = 10.0 +sample_ms = 10 on_ms = 500