1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-18 21:09:41 +02:00

remove workers

This commit is contained in:
Didier 2024-01-02 12:13:27 +01:00
parent 71865bc740
commit f4c0992ee1
2 changed files with 18 additions and 18 deletions

View file

@ -686,12 +686,10 @@ def error():
# Wait for mouse click or enter
# -----------------------------------------------------------
mouseEvent = threading.Event()
enterEvent = threading.Event()
mouseOrEnterCondition = threading.Condition()
def mouseClickThread():
mouse = open("/dev/input/mice", "rb")
os.set_blocking(mouse.fileno(), False)