kopia lustrzana https://github.com/dnet/pySSTV
simplified cleanup in GIMP plugin
rodzic
213d987955
commit
e395427dfb
|
|
@ -161,9 +161,8 @@ def transmit_current_image(image, drawable, mode, vox, fskid):
|
|||
Button(buttons, text="Close", command=tm.close).pack(side=LEFT)
|
||||
buttons.pack()
|
||||
root.mainloop()
|
||||
tm.stop()
|
||||
tm1750.stop()
|
||||
cu.stop()
|
||||
for obj in (tm, tm1750, cu):
|
||||
obj.stop()
|
||||
finally:
|
||||
os.remove(png_fn)
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue