mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 19:12:26 -05:00
Typo fixed
This commit is contained in:
parent
75c7fbf137
commit
cb4790a213
@ -204,7 +204,7 @@ class TVCache():
|
||||
return None
|
||||
|
||||
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)
|
||||
return None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user