1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Typo fixed

This commit is contained in:
echel0n 2014-05-03 03:37:26 -07:00
parent 75c7fbf137
commit cb4790a213

View File

@ -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