mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
Remove extra space. Fixes #208
This commit is contained in:
parent
fd9bfb8302
commit
f81a47a3d9
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ def get_movie_info(baseURL, imdbid, download_id):
|
|||
break
|
||||
offset = offset + 50
|
||||
|
||||
for index in range(len(movieid)):
|
||||
for index in range(len(movieid)):
|
||||
if not imdbid:
|
||||
url = baseURL + "movie.get/?id=" + str(movieid[index])
|
||||
Logger.debug("Opening URL: %s", url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue