1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-01 20:11:31 +00:00

FIX:(#1245)(#1246) Post-processing failure and issue counts not updating properly during post-processing/Recheck Files scan

This commit is contained in:
evilhero 2016-04-13 14:29:42 -04:00
parent a4b2bad38e
commit 4bd6cc7cf0

View file

@ -1234,7 +1234,6 @@ def forceRescan(ComicID, archive=None, module=None):
#logger.fdebug(module + ' IssueID to ignore: ' + str(issID_to_ignore))
sys.exit()
#here we need to change the status of the ones we DIDN'T FIND above since the loop only hits on FOUND issues.
update_iss = []
tmpsql = "SELECT * FROM issues WHERE ComicID=? AND IssueID not in ({seq})".format(seq=','.join(['?'] *(len(issID_to_ignore) -1)))