Compare commits
2 Commits
1023de915f
...
740e2cc6fe
Author | SHA1 | Date | |
---|---|---|---|
740e2cc6fe | |||
8a4d1e1814 |
@ -206,5 +206,5 @@ def ftpDownload(ftp, file, stream):
|
|||||||
timer = time.time()
|
timer = time.time()
|
||||||
dialog.update()
|
dialog.update()
|
||||||
ftp.retrbinary("RETR " + file, downloadCallback)
|
ftp.retrbinary("RETR " + file, downloadCallback)
|
||||||
dialog.quit()
|
dialog.destroy()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user