Fixed download window closing

This commit is contained in:
Samuel Walker 2024-06-20 16:55:21 -06:00
parent d37333c569
commit 8a4d1e1814

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()