mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Refactor process_episode -> process
This commit is contained in:
parent
7a46bfa55a
commit
6b52bb68d0
4 changed files with 10 additions and 10 deletions
|
@ -12,7 +12,7 @@ requests.packages.urllib3.disable_warnings()
|
|||
|
||||
|
||||
class Comic(object):
|
||||
def process_episode(self, section, dir_name, input_name=None, status=0, client_agent='manual', input_category=None):
|
||||
def process(self, section, dir_name, input_name=None, status=0, client_agent='manual', input_category=None):
|
||||
apc_version = "2.04"
|
||||
comicrn_version = "1.01"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue