mirror of
https://github.com/evilhero/mylar
synced 2025-02-21 13:36:52 +00:00
added additional logging for import scan to help break down problematic import erroring
This commit is contained in:
parent
a331449d30
commit
c557626e64
1 changed files with 1 additions and 0 deletions
|
@ -2394,6 +2394,7 @@ class WebInterface(object):
|
|||
logger.info('Initiating mass import.')
|
||||
cnames = myDB.select("SELECT ComicName, ComicID, Volume, DynamicName from importresults WHERE Status='Not Imported' GROUP BY DynamicName, Volume")
|
||||
for cname in cnames:
|
||||
logger.fdebug('Reading data for : %s' % cname)
|
||||
if cname['ComicID']:
|
||||
comicid = cname['ComicID']
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue