FIX: Fix for manual post-processing failing due to previous commits

This commit is contained in:
evilhero 2019-01-16 17:43:38 -05:00
parent 74767215fb
commit d08b56a4ff
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class PostProcessor(object):
FOLDER_NAME = 2
FILE_NAME = 3
def __init__(self, nzb_name, nzb_folder, issueid=None, module=None, queue=None, comicid=None, apicall=False ,dll=False):
def __init__(self, nzb_name, nzb_folder, issueid=None, module=None, queue=None, comicid=None, apicall=False ,ddl=False):
"""
Creates a new post processor with the given file path and optionally an NZB name.