adding another debug line

master
samerbam 1 year ago
parent 9957dce0af
commit f5cc83704b

@ -163,6 +163,7 @@ def downloader(args):
moving, cur), 'BLUE', live) moving, cur), 'BLUE', live)
res = check_output('{}python3.9 -m fanficfare.cli -u "{}" --update-cover --non-interactive --config={}/personal.ini'.format( res = check_output('{}python3.9 -m fanficfare.cli -u "{}" --update-cover --non-interactive --config={}/personal.ini'.format(
moving, cur, loc), shell=True, stderr=STDOUT, stdin=PIPE).decode('utf-8') moving, cur, loc), shell=True, stderr=STDOUT, stdin=PIPE).decode('utf-8')
output += log(f'res: {res}', 'BLUE', live)
check_regexes(res) check_regexes(res)
if chapter_difference.search(res) or more_chapters.search(res): if chapter_difference.search(res) or more_chapters.search(res):
output += log("\tForcing download update due to:", output += log("\tForcing download update due to:",

Loading…
Cancel
Save