mirror of
https://github.com/evilhero/mylar
synced 2025-02-22 14:00:32 +00:00
FIX: fix for previous commit/typo
This commit is contained in:
parent
f2d4926947
commit
4cce202fe4
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue