LOG:(#2383) added logging line to import results to show search results prior to adding to db

This commit is contained in:
evilhero 2019-12-29 20:20:41 -05:00
parent 81fa69c246
commit 9022d16951
1 changed files with 1 additions and 0 deletions

View File

@ -4707,6 +4707,7 @@ class WebInterface(object):
"issues": sres['issues'],
"ogcname": ogcname,
"comicyear": sres['comicyear']}
logger.fdebug('search_values: [%s]/%s' % (cVal, nVal))
myDB.upsert("searchresults", nVal, cVal)
logger.info('[IMPORT] There is more than one result that might be valid - normally this is due to the filename(s) not having enough information for me to use (ie. no volume label/year). Manual intervention is required.')
#force the status here just in case