FIX: fix for previous commit/typo

This commit is contained in:
evilhero 2018-02-18 11:32:35 -05:00
parent f2d4926947
commit 4cce202fe4
1 changed files with 2 additions and 2 deletions

View File

@ -1205,8 +1205,8 @@ def latestdate_fix():
"latestdate": latestdate})
#logger.info('latest date: ' + str(latestdate))
except:
datefix.append({"comicid": cl['ComicID'],
"latestdate" '0000-00-00'})
datefix.append({"comicid": cl['ComicID'],
"latestdate": '0000-00-00'})
#now we fix.
if len(datefix) > 0: