1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-18 21:09:41 +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()):
mouseOrEnterCondition.wait()
# --------------------------------------
def clean():

View file

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