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

@ -15,7 +15,7 @@ from core.transcoder import transcoder
requests.packages.urllib3.disable_warnings()
class autoProcessMovie(object):
class Movie(object):
def get_release(self, baseURL, imdbid=None, download_id=None, release_id=None):
results = {}
params = {}