mirror of
https://github.com/evilhero/mylar
synced 2024-12-21 23:32:23 +00:00
LOG:(#2383) added logging line to import results to show search results prior to adding to db
This commit is contained in:
parent
81fa69c246
commit
9022d16951
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue