mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
fixed typo #1698
This commit is contained in:
parent
b8784d71dd
commit
bbc8f132c3
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def find_imdbid(dir_name, input_name, omdb_api_key):
|
|||
url = 'http://www.omdbapi.com'
|
||||
|
||||
if not omdb_api_key:
|
||||
logger.info('Unable to determine imdbID: No api key provided for ombdapi.com.')
|
||||
logger.info('Unable to determine imdbID: No api key provided for omdbapi.com.')
|
||||
return
|
||||
|
||||
logger.debug('Opening URL: {0}'.format(url))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue