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:
parent
df2a7a4102
commit
6a17c53ded
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue