Update yaml parse test/prootOS.py
This commit is contained in:
parent
7f982b0894
commit
fe5e73125e
1 changed files with 2 additions and 2 deletions
|
@ -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", "")
|
||||
|
|
Loading…
Add table
Reference in a new issue