Block main thread

This commit is contained in:
2025-12-26 17:59:57 +01:00
parent fcb80e3aed
commit a38c946eb2

View File

@@ -18,6 +18,9 @@ if __name__ == "__main__":
reader.subscribe(publish)
reader.start()
while True:
pass
"""
def get_move(prompt, move_queue):
while True: