From 6a17c53ded8c87f0d86e4add0f2e5e155ec5041b Mon Sep 17 00:00:00 2001 From: evilhero Date: Fri, 15 Apr 2016 16:01:04 -0400 Subject: [PATCH] FIX:(#1246) Stupid typo --- mylar/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/helpers.py b/mylar/helpers.py index 1cf86689..38bc9846 100755 --- a/mylar/helpers.py +++ b/mylar/helpers.py @@ -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))