Removed extraneous line
This commit is contained in:
parent
0615c1dd21
commit
ccc4e8de34
@ -167,7 +167,6 @@ def downloader(args):
|
|||||||
rmtree(loc)
|
rmtree(loc)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
loc = mkdtemp()
|
|
||||||
with open(inout_file, "a") as fp:
|
with open(inout_file, "a") as fp:
|
||||||
fp.write("{}\n".format(url))
|
fp.write("{}\n".format(url))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user