diff --git a/sickbeard/providers/scc.py b/sickbeard/providers/scc.py index 733418dc..5f907489 100644 --- a/sickbeard/providers/scc.py +++ b/sickbeard/providers/scc.py @@ -142,7 +142,7 @@ class SCCProvider(generic.TorrentProvider): return [search_string] - def _isSection(section, text): + def _isSection(self, section, text): title = '.+? \| %s' % section if re.search(title, text, re.IGNORECASE): return True