mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 05:13:16 -07:00
PEP8 Class name should be CamelCase
This commit is contained in:
parent
d8cbf422dd
commit
7f2a4d2605
8 changed files with 33 additions and 33 deletions
|
@ -11,7 +11,7 @@ from core.nzbToMediaUtil import convert_to_ascii, remote_dir, server_responding
|
|||
requests.packages.urllib3.disable_warnings()
|
||||
|
||||
|
||||
class autoProcessComics(object):
|
||||
class Comic(object):
|
||||
def process_episode(self, section, dirName, inputName=None, status=0, clientAgent='manual', inputCategory=None):
|
||||
dir_name = dirName
|
||||
input_name = inputName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue