mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-03-12 12:35:28 -07:00
Fix crash of remote_path exception. #1223
This commit is contained in:
parent
472dd8c2c7
commit
52cae37609
@ -782,7 +782,7 @@ def process(input_directory, input_name=None, status=0, client_agent='manual', d
|
||||
)
|
||||
except Exception:
|
||||
logger.error('Remote Path {0} is not valid for {1}:{2} Please set this to either 0 to disable or 1 to enable!'.format(
|
||||
core.get('remote_path'), section_name, input_category))
|
||||
cfg.get('remote_path'), section_name, input_category))
|
||||
|
||||
input_name, input_directory = convert_to_ascii(input_name, input_directory)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user