From fe5e73125ed818cdaff5710d65f5d406cafcdfda Mon Sep 17 00:00:00 2001 From: cisco <cisco@hostingwire.net> Date: Mon, 19 Feb 2024 19:00:11 +0100 Subject: [PATCH] Update yaml parse test/prootOS.py --- yaml parse test/prootOS.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaml parse test/prootOS.py b/yaml parse test/prootOS.py index 15d3a34..fbd7011 100644 --- a/yaml parse test/prootOS.py +++ b/yaml parse test/prootOS.py @@ -410,8 +410,8 @@ def main(): decision_layer = DecisionLayer(animations, rendering_layer) # Create and start random blinks interrupts - screen_update_thread = threading.Thread(target=random_blinks) - screen_update_thread.start() + # screen_update_thread = threading.Thread(target=random_blinks) + # screen_update_thread.start() decision_layer.handle_trigger("boot", "")