mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
more minor fixes
This commit is contained in:
parent
4d69f85677
commit
7f8ded9f0e
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ def get_movie_info(baseURL, imdbid, download_id):
|
|||
continue
|
||||
|
||||
if len(releaselist) == 1:
|
||||
Logger.debug("Found a single release with download_id: %s. Release status is: %s", download_id, release_status)
|
||||
release_status = releaselist[0]["status"]
|
||||
Logger.debug("Found a single release with download_id: %s. Release status is: %s", download_id, release_status)
|
||||
|
||||
break
|
||||
|
||||
|
@ -130,7 +130,7 @@ def get_status(baseURL, movie_id, download_id):
|
|||
if not movie_id:
|
||||
return None, None
|
||||
|
||||
Logger.debug("Looking for status of movie: %s - with release sent to clientAgent: %s and download_id: %s", movie_id, clientAgent, download_id)
|
||||
Logger.debug("Looking for status of movie: %s", movie_id)
|
||||
if not result: # we haven't already called media.get
|
||||
url = baseURL + "media.get/?id=" + str(movie_id)
|
||||
Logger.debug("Opening URL: %s", url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue