PEP8 Class name should be CamelCase

This commit is contained in:
Labrys of Knossos 2018-12-16 22:05:08 -05:00
commit 7f2a4d2605
8 changed files with 33 additions and 33 deletions

View file

@ -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