Removed extraneous line

This commit is contained in:
MrTyton 2017-08-10 23:37:48 -04:00
parent 0615c1dd21
commit ccc4e8de34

View File

@ -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))