mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +00:00
Typo fixed
This commit is contained in:
parent
75c7fbf137
commit
cb4790a213
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class TVCache():
|
||||||
return None
|
return None
|
||||||
|
|
||||||
showObj = helpers.get_show_by_name(parse_result.series_name)
|
showObj = helpers.get_show_by_name(parse_result.series_name)
|
||||||
if showObj:
|
if not showObj:
|
||||||
logger.log(u"Could not find a show matching " + parse_result.series_name + " in the database, skipping ...", logger.DEBUG)
|
logger.log(u"Could not find a show matching " + parse_result.series_name + " in the database, skipping ...", logger.DEBUG)
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue