mirror of
https://github.com/evilhero/mylar
synced 2025-02-01 12:07:50 +00:00
FIX:(#2238) Forgot formatting
This commit is contained in:
parent
c64d3d594e
commit
8a2d00fb9e
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:
|
if totalfiles == 1:
|
||||||
havefiles = 1
|
havefiles = 1
|
||||||
else:
|
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:%s] is not 1 when it should be. This is probably a mistake and the series should be refreshed.' % (ComicID, issueid))
|
||||||
havefiles = 0
|
havefiles = 0
|
||||||
logger.fdebug('incremented havefiles: %s' % havefiles)
|
logger.fdebug('incremented havefiles: %s' % havefiles)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue