mirror of
https://github.com/evilhero/mylar
synced 2025-03-11 06:22:48 +00:00
FIX: variable fix for post-processing
This commit is contained in:
parent
5a98e4f4a2
commit
350a5c2045
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\% completion. Ignoring for match.' % (wv['ComicName'], wv['ComicYear']))
|
||||
continue
|
||||
wv_comicname = wv['ComicName']
|
||||
wv_comicpublisher = wv['ComicPublisher']
|
||||
|
|
Loading…
Add table
Reference in a new issue