mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue