Fixed a thing
This commit is contained in:
parent
ceaffe4569
commit
656a27c994
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ def download_missing_changed(win, cur):
|
||||||
if fdata.get("to_download", True):
|
if fdata.get("to_download", True):
|
||||||
print("Downloading", f)
|
print("Downloading", f)
|
||||||
down(win, website, f, fdata.get("filesize", 10000))
|
down(win, website, f, fdata.get("filesize", 10000))
|
||||||
del win.current["remote-folder-data"][cur][t][f]
|
del win.current["remote-folder-data"][cur][t][f]
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue