diff --git a/data/interfaces/default/weeklypull.html b/data/interfaces/default/weeklypull.html
index 1819edea..b4ac66a7 100755
--- a/data/interfaces/default/weeklypull.html
+++ b/data/interfaces/default/weeklypull.html
@@ -44,7 +44,7 @@
-
diff --git a/mylar/PostProcessor.py b/mylar/PostProcessor.py
index c2cc5c5a..938ea3f6 100755
--- a/mylar/PostProcessor.py
+++ b/mylar/PostProcessor.py
@@ -789,7 +789,7 @@ class PostProcessor(object):
dfilename = ofilename
else:
- dfilename = ml['filename']
+ dfilename = ml['Filename']
checkdirectory = filechecker.validateAndCreateDirectory(grdst, True, module=module)
if not checkdirectory:
@@ -798,7 +798,6 @@ class PostProcessor(object):
"mode": 'stop'})
return self.queue.put(self.valreturn)
-
#send to renamer here if valid.
if mylar.RENAME_FILES:
renamed_file = helpers.rename_param(ml['ComicID'], ml['ComicName'], ml['IssueNumber'], dfilename, issueid=ml['IssueID'], arc=ml['StoryArc'])
@@ -820,7 +819,7 @@ class PostProcessor(object):
logger.fdebug(module + ' Destination Path : ' + grab_dst)
if metaresponse:
src_location = odir
- grab_src = os.path.join(src_location,ofilename)
+ grab_src = os.path.join(src_location, ofilename)
else:
src_location = ofilename
grab_src = ofilename