[WIP] New source: AcoLab #165
@ -29,7 +29,7 @@ class Extractor(ABC):
|
||||
return start_day
|
||||
|
||||
def guess_startswith(text, strs):
|
||||
t = remove_accents(text).lower()
|
||||
t = Extractor.remove_accents(text).lower()
|
||||
for i, s in enumerate(strs):
|
||||
if t.startswith(s):
|
||||
return i + 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user