1
0
Fork 0
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:
evilhero 2018-05-23 10:05:11 -04:00
parent a331449d30
commit c557626e64

View file

@ -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: