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