mirror of
https://github.com/evilhero/mylar
synced 2025-02-01 12:07:50 +00:00
FIX:(#2238) Fix for incorrect variable reference IssueID
This commit is contained in:
parent
56eee36363
commit
c64d3d594e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue