mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -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'
|
||||
logger.info("Script triggered from SABnzbd 0.7.17+")
|
||||
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:
|
||||
# Perform Manual Post-Processing
|
||||
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