1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-25 01:01:47 +00:00

FIX:(#1246) Stupid typo

This commit is contained in:
evilhero 2016-04-15 16:01:04 -04:00
parent df2a7a4102
commit 6a17c53ded

View file

@ -499,7 +499,7 @@ def rename_param(comicid, comicname, issue, ofilename, comicyear=None, issueid=N
issueyear = issuedate[:4]
month = issuedate[5:7].replace('-', '').strip()
month_name = fullmonth(month)
if month_names is None:
if month_name is None:
month_name = 'None'
logger.fdebug('Issue Year : ' + str(issueyear))
logger.fdebug('Publisher: ' + str(publisher))