Block main thread
This commit is contained in:
@@ -18,6 +18,9 @@ if __name__ == "__main__":
|
|||||||
reader.subscribe(publish)
|
reader.subscribe(publish)
|
||||||
reader.start()
|
reader.start()
|
||||||
|
|
||||||
|
while True:
|
||||||
|
pass
|
||||||
|
|
||||||
"""
|
"""
|
||||||
def get_move(prompt, move_queue):
|
def get_move(prompt, move_queue):
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user