mirror of
https://github.com/evilhero/mylar
synced 2024-12-22 07:42:24 +00:00
FIX: another variable fix for post-processing
This commit is contained in:
parent
350a5c2045
commit
9683646d8c
1 changed files with 1 additions and 1 deletions
|
@ -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%s completion. Ignoring for match.' % (wv['ComicName'], wv['ComicYear'], '%'))
|
||||
continue
|
||||
wv_comicname = wv['ComicName']
|
||||
wv_comicpublisher = wv['ComicPublisher']
|
||||
|
|
Loading…
Reference in a new issue