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:
parent
4efc3a4893
commit
5d0119bd3a
2 changed files with 1 additions and 1 deletions
|
@ -736,6 +736,7 @@ def waitMouseOrEnter():
|
|||
while not (mouseEvent.is_set() or enterEvent.is_set()):
|
||||
mouseOrEnterCondition.wait()
|
||||
|
||||
|
||||
# --------------------------------------
|
||||
|
||||
def clean():
|
||||
|
|
|
@ -55,7 +55,6 @@ def waitMouseOrEnter():
|
|||
mouseOrEnterCondition.wait()
|
||||
|
||||
|
||||
|
||||
print("Wait mouse click or enter")
|
||||
waitMouseOrEnter()
|
||||
print("Done.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue