FIX:(#2238) Fix for incorrect variable reference IssueID

This commit is contained in:
evilhero 2019-03-14 15:39:29 -04:00
parent 56eee36363
commit c64d3d594e
1 changed files with 1 additions and 1 deletions

View File

@ -1642,7 +1642,7 @@ def totals(ComicID, havefiles=None, totalfiles=None, module=None, issueid=None,
if totalfiles == 1:
havefiles = 1
else:
logger.warn('Total issues for this series [ComiciD:%s/IssueID:%] is not 1 when it should be. This is probably a mistake and the series should be refreshed.' % (ComicID, IssueID))
logger.warn('Total issues for this series [ComiciD:%s/IssueID:%] is not 1 when it should be. This is probably a mistake and the series should be refreshed.' % (ComicID, issueid))
havefiles = 0
logger.fdebug('incremented havefiles: %s' % havefiles)
else: