Removed extraneous line

master
MrTyton 7 years ago
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…
Cancel
Save