if not bucket: continue
This commit is contained in:
parent
217ff9d9f1
commit
5cb34fdb45
@ -118,6 +118,7 @@ def download_thread(link, savepath):
|
|||||||
return
|
return
|
||||||
|
|
||||||
for bucket in buckets:
|
for bucket in buckets:
|
||||||
|
if not bucket: continue
|
||||||
i = buckets.index(bucket)
|
i = buckets.index(bucket)
|
||||||
|
|
||||||
print "download missing: %s" % link
|
print "download missing: %s" % link
|
||||||
|
Loading…
Reference in New Issue
Block a user