mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +00:00
Small typo in debug logging
This commit is contained in:
parent
071d51fcda
commit
a3094bcbba
1 changed files with 2 additions and 2 deletions
|
@ -943,7 +943,7 @@ def get_show_by_name(name, useIndexer=False):
|
||||||
foundResult = None
|
foundResult = None
|
||||||
|
|
||||||
logger.log(
|
logger.log(
|
||||||
u"Checking the cahe for:" + str(name),
|
u"Checking the cache for:" + str(name),
|
||||||
logger.DEBUG)
|
logger.DEBUG)
|
||||||
|
|
||||||
cacheResult = sickbeard.name_cache.retrieveNameFromCache(name)
|
cacheResult = sickbeard.name_cache.retrieveNameFromCache(name)
|
||||||
|
@ -1045,4 +1045,4 @@ def validateShow(show, season=None, episode=None):
|
||||||
|
|
||||||
return t[show.indexerid][season][episode]
|
return t[show.indexerid][season][episode]
|
||||||
except (sickbeard.indexer_episodenotfound, sickbeard.indexer_seasonnotfound):
|
except (sickbeard.indexer_episodenotfound, sickbeard.indexer_seasonnotfound):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue