Update 'root/app/fanficdownload.py'
This commit is contained in:
parent
ba1943514c
commit
53b9081d16
@ -195,7 +195,7 @@ def downloader(args):
|
||||
output += log("\tAdding {} to library".format(cur), 'BLUE', live)
|
||||
try:
|
||||
res = check_output(
|
||||
'calibredb add -d {} "{}"'.format(path, cur), shell=True, stderr=STDOUT, stdin=PIPE, ).decode('utf-8')
|
||||
'calibredb add -s "FFF" -d {} "{}"'.format(path, cur), shell=True, stderr=STDOUT, stdin=PIPE, ).decode('utf-8')
|
||||
except Exception as e:
|
||||
output += log(e)
|
||||
if not live:
|
||||
|
Loading…
Reference in New Issue
Block a user