mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Fix PEP8 whitespace violations
This commit is contained in:
parent
e490f97a05
commit
52c6096b6a
14 changed files with 237 additions and 225 deletions
|
@ -14,15 +14,15 @@ from core.utils import server_responding
|
|||
# Initialize the config
|
||||
core.initialize()
|
||||
|
||||
#label = core.TORRENT_CLASS.core.get_torrent_status("f33a9c4b15cbd9170722d700069af86746817ade", ["label"]).get()['label']
|
||||
#print label
|
||||
# label = core.TORRENT_CLASS.core.get_torrent_status("f33a9c4b15cbd9170722d700069af86746817ade", ["label"]).get()['label']
|
||||
# print label
|
||||
|
||||
if transcoder.is_video_good(core.TEST_FILE, 0):
|
||||
print("FFPROBE Works")
|
||||
else:
|
||||
print("FFPROBE FAILED")
|
||||
|
||||
test = core.CFG['SickBeard','NzbDrone']['tv'].isenabled()
|
||||
test = core.CFG['SickBeard', 'NzbDrone']['tv'].isenabled()
|
||||
print(test)
|
||||
section = core.CFG.findsection('tv').isenabled()
|
||||
print(section)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue