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

@ -12,7 +12,7 @@ from core.nzbToMediaUtil import convert_to_ascii, server_responding
requests.packages.urllib3.disable_warnings()
class autoProcessGames(object):
class Game(object):
def process(self, section, dirName, inputName=None, status=0, clientAgent='manual', inputCategory=None):
dir_name = dirName
input_name = inputName