mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
get imdb from db. minor fixes
This commit is contained in:
parent
83f95f1f4f
commit
b85289dda0
3 changed files with 15 additions and 5 deletions
|
@ -162,5 +162,5 @@ def processEpisode(dirName, nzbName=None, failed=False):
|
|||
|
||||
result = urlObj.readlines()
|
||||
for line in result:
|
||||
Logger.info("%s", line)
|
||||
Logger.info("%s", line.rstrip())
|
||||
return 0 # Success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue