mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
fixed config call. fixes 314
This commit is contained in:
parent
432bc87d10
commit
d4cc70eace
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash, inputID):
|
|||
outputDestination = os.path.normpath(os.path.join(outputDirectory, inputCategory, safeName(inputName)))
|
||||
Logger.info("MAIN: Output directory set to: %s", outputDestination)
|
||||
|
||||
if config.issubsection(inputCategory,["SickBeard"]):
|
||||
if config().issubsection(inputCategory,["SickBeard"]):
|
||||
Torrent_NoLink = int(config()["SickBeard"][inputCategory]["Torrent_NoLink"]) # 0
|
||||
if Torrent_NoLink == 1:
|
||||
Logger.info("MAIN: Calling autoProcessTV to post-process: %s",inputName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue