mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Add forgotten 'self' argument to _isSection
This commit is contained in:
parent
2318e43e89
commit
220b139bcc
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class SCCProvider(generic.TorrentProvider):
|
|||
|
||||
return [search_string]
|
||||
|
||||
def _isSection(section, text):
|
||||
def _isSection(self, section, text):
|
||||
title = '<title>.+? \| %s</title>' % section
|
||||
if re.search(title, text, re.IGNORECASE):
|
||||
return True
|
||||
|
|
Loading…
Reference in a new issue