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:
parent
a4b2bad38e
commit
4bd6cc7cf0
1 changed files with 0 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue