add debug line
This commit is contained in:
parent
a6a343fde4
commit
af32d9a4e4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user