mirror of https://github.com/evilhero/mylar
FIX: 'str' object error during post-processing runs
This commit is contained in:
parent
a1f844f5cd
commit
36f544b6d9
|
@ -916,7 +916,7 @@ def foundsearch(ComicID, IssueID, mode=None, down=None, provider=None, SARC=None
|
|||
newVal['year'] = pullinfo['year']
|
||||
myDB.upsert("oneoffhistory", newVal, ctlVal)
|
||||
|
||||
logger.info('%s Updating Status (%s) now completed for %s issue: %s' (module, downstatus, ComicName, IssueNum))
|
||||
logger.info('%s Updating Status (%s) now completed for %s issue: %s' % (module, downstatus, ComicName, IssueNum))
|
||||
return
|
||||
|
||||
def forceRescan(ComicID, archive=None, module=None, recheck=False):
|
||||
|
|
Loading…
Reference in New Issue