mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Refactor REMOTEPATHS -> REMOTE_PATHS
This commit is contained in:
parent
d973f4955f
commit
2ebe96e049
3 changed files with 13 additions and 13 deletions
|
@ -725,7 +725,7 @@ def process(input_directory, input_name=None, status=0, client_agent='manual', d
|
|||
extract = int(cfg.get('extract', 0))
|
||||
|
||||
try:
|
||||
if int(cfg.get('remote_path')) and not core.REMOTEPATHS:
|
||||
if int(cfg.get('remote_path')) and not core.REMOTE_PATHS:
|
||||
logger.error('Remote Path is enabled for {0}:{1} but no Network mount points are defined. Please check your autoProcessMedia.cfg, exiting!'.format(
|
||||
section_name, input_category))
|
||||
return ProcessResult(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue