1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +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

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