1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 05:19:40 +02:00

code quality

This commit is contained in:
dbarzin 2023-03-23 14:21:35 +01:00
parent 4efc3a4893
commit 5d0119bd3a
2 changed files with 1 additions and 1 deletions

View file

@ -736,6 +736,7 @@ def waitMouseOrEnter():
while not (mouseEvent.is_set() or enterEvent.is_set()): while not (mouseEvent.is_set() or enterEvent.is_set()):
mouseOrEnterCondition.wait() mouseOrEnterCondition.wait()
# -------------------------------------- # --------------------------------------
def clean(): def clean():

View file

@ -55,7 +55,6 @@ def waitMouseOrEnter():
mouseOrEnterCondition.wait() mouseOrEnterCondition.wait()
print("Wait mouse click or enter") print("Wait mouse click or enter")
waitMouseOrEnter() waitMouseOrEnter()
print("Done.") print("Done.")