mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Update api end point for SickGear #1712
This commit is contained in:
parent
aa2fbf5b95
commit
08bf2ccd8a
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ def auto_fork(section, input_category):
|
|||
if apikey:
|
||||
rem_params, found = api_check(r, params, rem_params)
|
||||
if not found: # try different api set for SickGear.
|
||||
url = '{protocol}{host}:{port}{root}/api/{apikey}/?cmd=postprocess&help=1'.format(
|
||||
url = '{protocol}{host}:{port}{root}/api/{apikey}/?cmd=sg.postprocess&help=1'.format(
|
||||
protocol=protocol, host=host, port=port, root=web_root, apikey=apikey,
|
||||
)
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue