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