mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
remove obsolete test
This commit is contained in:
parent
7f8ded9f0e
commit
21fc2f9217
1 changed files with 7 additions and 8 deletions
|
@ -131,7 +131,6 @@ def get_status(baseURL, movie_id, download_id):
|
||||||
return None, None
|
return None, None
|
||||||
|
|
||||||
Logger.debug("Looking for status of movie: %s", movie_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)
|
url = baseURL + "media.get/?id=" + str(movie_id)
|
||||||
Logger.debug("Opening URL: %s", url)
|
Logger.debug("Opening URL: %s", url)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue