mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Fixes issue with KeyErrors recently being returned
This commit is contained in:
parent
eec6ed3b11
commit
a81464502e
4 changed files with 15 additions and 9 deletions
|
@ -8,6 +8,6 @@ from nzbtomedia.nzbToMediaUtil import get_downloadInfo
|
|||
# Initialize the config
|
||||
nzbtomedia.initialize()
|
||||
|
||||
test = nzbtomedia.CFG['HeadPhones']['music']
|
||||
test = nzbtomedia.CFG['SickBeard','NzbDrone']['tv']
|
||||
section = nzbtomedia.CFG.findsection('tv').isenabled()
|
||||
print section
|
Loading…
Add table
Add a link
Reference in a new issue