Typo in log message

This commit is contained in:
Bart274 2020-01-31 12:40:22 +01:00 committed by evilhero
parent 45dc95d304
commit 7df84f51ac
No known key found for this signature in database
GPG Key ID: 3E12C51E39D91142
1 changed files with 1 additions and 1 deletions

View File

@ -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))
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.
weeklyissue_check = []