[transilien] fix _regexp name in RoadMapDuration filter
This commit is contained in:
parent
de4a938d7e
commit
ca01b6afd4
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class DictElement(ListElement):
|
||||||
|
|
||||||
|
|
||||||
class RoadMapDuration(Duration):
|
class RoadMapDuration(Duration):
|
||||||
regexp = re.compile(r'(?P<mn>\d+)')
|
_regexp = re.compile(r'(?P<mn>\d?)')
|
||||||
kwargs = {'minutes': 'mn'}
|
kwargs = {'minutes': 'mn'}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue