mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
fixed Radarr default port and assigned release before call. Fixes #1170
This commit is contained in:
parent
d7370f533f
commit
7d4079432c
4 changed files with 5 additions and 3 deletions
|
@ -139,6 +139,8 @@ class autoProcessMovie(object):
|
|||
elif server_responding(baseURL):
|
||||
if section == "CouchPotato":
|
||||
release = self.get_release(baseURL, imdbid, download_id)
|
||||
else:
|
||||
release = None
|
||||
else:
|
||||
logger.error("Server did not respond. Exiting", section)
|
||||
return [1, "{0}: Failed to post-process - {1} did not respond.".format(section, section)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue