From bbc8f132c3713859e88e99eaa850c83948fab89f Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Thu, 9 Jan 2020 14:18:23 +1300 Subject: [PATCH] fixed typo #1698 --- core/utils/identification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils/identification.py b/core/utils/identification.py index 84fa834a..bd7dff04 100644 --- a/core/utils/identification.py +++ b/core/utils/identification.py @@ -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))