FIX:(#312) Archive count not working properly

This commit is contained in:
evilhero 2013-04-10 11:59:12 -04:00
parent 3b891174e6
commit 4653fea4c7
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ def forceRescan(ComicID,archive=None):
myDB.upsert("issues", newValue, controlValue)
archivedissues+=1
totalarc = arcfiles + archivedissues
havefiles = havefiles + totalarc
havefiles = havefiles + archivedissues #arcfiles already tallied in havefiles in above segment
logger.fdebug("I've changed the status of " + str(archivedissues) + " issues to a status of Archived, as I now cannot locate them in the series directory.")