Update 'root/app/fanficdownload.py'
This commit is contained in:
parent
cfc536dcd3
commit
2ac752f79e
@ -235,10 +235,10 @@ def downloader(args):
|
||||
output += log("Exception: {}".format(e), 'FAIL', live)
|
||||
if not live:
|
||||
print(output.strip())
|
||||
try:
|
||||
# try:
|
||||
# rmtree(loc)
|
||||
except BaseException:
|
||||
pass
|
||||
# except BaseException:
|
||||
# pass
|
||||
with open(inout_file, "a") as fp:
|
||||
fp.write("{}\n".format(url))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user