Update 'root/app/fanficdownload.py'
This commit is contained in:
parent
b01ec75b14
commit
6d4e3faae8
@ -124,7 +124,8 @@ def check_regexes(output):
|
||||
|
||||
def downloader(args):
|
||||
url, inout_file, path, live = args
|
||||
loc = mkdtemp()
|
||||
# loc = mkdtemp()
|
||||
loc = '/config/downloads/'
|
||||
output = ""
|
||||
output += log("Working with url {}".format(url), 'HEADER', live)
|
||||
storyId = None
|
||||
|
Loading…
Reference in New Issue
Block a user