Compare commits

..

No commits in common. "740e2cc6fe39d5a564f8e525750f867809e61291" and "1023de915f8a20f205d15a569f2ec848dae1b853" have entirely different histories.

View File

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