Update 'root/app/fanficdownload.py'

master
sam 1 year ago
parent ba1943514c
commit 53b9081d16

@ -195,7 +195,7 @@ def downloader(args):
output += log("\tAdding {} to library".format(cur), 'BLUE', live) output += log("\tAdding {} to library".format(cur), 'BLUE', live)
try: try:
res = check_output( 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: except Exception as e:
output += log(e) output += log(e)
if not live: if not live:

Loading…
Cancel
Save