Fix changement portée variable
This commit is contained in:
parent
107c55863c
commit
19617d2427
@ -43,7 +43,7 @@ class Extractor(ABC):
|
||||
"nov",
|
||||
"dec",
|
||||
]
|
||||
t = remove_accents(text).lower()
|
||||
t = Extractor.remove_accents(text).lower()
|
||||
for i, m in enumerate(mths):
|
||||
if t.startswith(m):
|
||||
return i + 1
|
||||
|
Loading…
Reference in New Issue
Block a user