mirror of
https://github.com/evilhero/mylar
synced 2025-03-11 22:42:47 +00:00
Typo in log message
This commit is contained in:
parent
45dc95d304
commit
7df84f51ac
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ def addComictoDB(comicid, mismatch=None, pullupd=None, imported=None, ogcname=No
|
||||||
logger.info('Corrected year of ' + str(SeriesYear) + ' to corrected year for series that was manually entered previously of ' + str(csyear))
|
logger.info('Corrected year of ' + str(SeriesYear) + ' to corrected year for series that was manually entered previously of ' + str(csyear))
|
||||||
SeriesYear = csyear
|
SeriesYear = csyear
|
||||||
|
|
||||||
logger.info('Sucessfully retrieved details for ' + comic['ComicName'])
|
logger.info('Successfully retrieved details for ' + comic['ComicName'])
|
||||||
|
|
||||||
#since the weekly issue check could return either annuals or issues, let's initialize it here so it carries through properly.
|
#since the weekly issue check could return either annuals or issues, let's initialize it here so it carries through properly.
|
||||||
weeklyissue_check = []
|
weeklyissue_check = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue