1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-02 20:35:26 +02:00

work on fim

This commit is contained in:
pandora 2022-07-12 16:16:14 +00:00
parent dd508884b0
commit 62dfed7a6c

View file

@ -11,9 +11,9 @@ def waitMouseClick():
while True:
os.system("killall fim")
os.system("fim -qa image1.png &")
os.system("fim -qa image1.png 2>/dev/null &")
waitMouseClick()
os.system("killall fim")
os.system("fim -qa image2.png &")
os.system("fim -qa image2.png 2>/dev/null &")
waitMouseClick()