add debug line

This commit is contained in:
samerbam 2023-06-12 14:44:48 -04:00
parent a6a343fde4
commit af32d9a4e4

View File

@ -174,6 +174,7 @@ def downloader(args):
'{}python3.9 -m fanficfare.cli -u "{}" --force --update-cover --non-interactive --config={}/personal.ini'.format(
moving, cur, loc), shell=True, stderr=STDOUT, stdin=PIPE).decode('utf-8')
check_regexes(res)
output += log(f'Cur: {get_files(loc, '.epub', True)}, len(cur): {len(get_files(loc, '.epub', True))}', 'BLUE', live)
cur = get_files(loc, '.epub', True)[0]
if storyId: