This commit is contained in:
Cuptain 2024-06-21 09:15:51 +10:00
commit aa4f38972e

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