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

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