mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 05:13:16 -07:00
join URL. Fixes #509
This commit is contained in:
parent
53be56c80c
commit
bfbe2e6777
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ def main(args, section=None):
|
||||||
clientAgent = 'sabnzbd'
|
clientAgent = 'sabnzbd'
|
||||||
logger.info("Script triggered from SABnzbd 0.7.17+")
|
logger.info("Script triggered from SABnzbd 0.7.17+")
|
||||||
result = process(args[1], inputName=args[2], status=args[7], inputCategory=args[5], clientAgent=clientAgent,
|
result = process(args[1], inputName=args[2], status=args[7], inputCategory=args[5], clientAgent=clientAgent,
|
||||||
download_id='', failureLink=str(args[8:]))
|
download_id='', failureLink=''.join(args[8:]))
|
||||||
else:
|
else:
|
||||||
# Perform Manual Post-Processing
|
# Perform Manual Post-Processing
|
||||||
logger.warning("Invalid number of arguments received from client, Switching to manual run mode ...")
|
logger.warning("Invalid number of arguments received from client, Switching to manual run mode ...")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue