FIX: variable fix for post-processing

This commit is contained in:
evilhero 2019-02-01 17:21:20 -05:00
parent 5a98e4f4a2
commit 350a5c2045
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ class PostProcessor(object):
#check for Paused status /
#check for Ended status and 100% completion of issues.
if wv['Status'] == 'Paused' or (wv['Have'] == wv['Total'] and not any(['Present' in wv['ComicPublished'], helpers.now()[:4] in wv['ComicPublished']])):
logger.warn('%s [%s] is either Paused or in an Ended status with 100% completion. Ignoring for match.' % (wv['ComicName'], wv['ComicYear']))
logger.warn('%s [%s] is either Paused or in an Ended status with 100\% completion. Ignoring for match.' % (wv['ComicName'], wv['ComicYear']))
continue
wv_comicname = wv['ComicName']
wv_comicpublisher = wv['ComicPublisher']