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
|
@ -14,7 +14,7 @@ from core.nzbToMediaUtil import convert_to_ascii, list_media_files, remote_dir,
|
|||
requests.packages.urllib3.disable_warnings()
|
||||
|
||||
|
||||
class autoProcessMusic(object):
|
||||
class Music(object):
|
||||
def command_complete(self, url, params, headers, section):
|
||||
try:
|
||||
r = requests.get(url, params=params, headers=headers, stream=True, verify=False, timeout=(30, 60))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue