mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
This commit is contained in:
parent
2f62df825a
commit
330ef6a23a
3 changed files with 16 additions and 12 deletions
|
@ -214,8 +214,11 @@
|
|||
# Mylar port.
|
||||
#myport=8090
|
||||
|
||||
# Mylar api key.
|
||||
#myapikey=
|
||||
# Mylar username.
|
||||
#myusername=
|
||||
|
||||
# Mylar password.
|
||||
#mypassword=
|
||||
|
||||
# Mylar uses ssl (0, 1).
|
||||
#
|
||||
|
@ -401,9 +404,8 @@ def process(inputDirectory, inputName=None, status=0, clientAgent='manual', down
|
|||
sectionName, inputCategory))
|
||||
return -1
|
||||
except:
|
||||
logger.error('Remote Path is not valid for %s:%s Please set this to either 0 to disable or 1 to enable, exiting!' % (
|
||||
sectionName, inputCategory))
|
||||
return -1
|
||||
logger.error('Remote Path %s is not valid for %s:%s Please set this to either 0 to disable or 1 to enable!' % (
|
||||
section[inputCategory]['remote_path'], sectionName, inputCategory))
|
||||
|
||||
if extract == 1:
|
||||
logger.debug('Checking for archives to extract in directory: %s' % (inputDirectory))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue