diff --git a/rpi/main.py b/rpi/main.py index 018ce625..f8c5e8fb 100644 --- a/rpi/main.py +++ b/rpi/main.py @@ -18,6 +18,9 @@ if __name__ == "__main__": reader.subscribe(publish) reader.start() + while True: + pass + """ def get_move(prompt, move_queue): while True: