fix debug line
This commit is contained in:
parent
af32d9a4e4
commit
9957dce0af
@ -174,7 +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)
|
||||
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