Compare commits

...

2 Commits

Author SHA1 Message Date
740e2cc6fe merge 2024-06-20 16:55:45 -06:00
8a4d1e1814 Fixed download window closing 2024-06-20 16:55:21 -06:00

View File

@ -206,5 +206,5 @@ def ftpDownload(ftp, file, stream):
timer = time.time()
dialog.update()
ftp.retrbinary("RETR " + file, downloadCallback)
dialog.quit()
dialog.destroy()