[vlille] fix encoding error
This commit is contained in:
parent
dec5789e37
commit
d37c9f20c5
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ class LastDateFilter(Filter):
|
|||
|
||||
|
||||
class InfoStationPage(XMLPage):
|
||||
|
||||
ENCODING = 'utf-8'
|
||||
|
||||
@method
|
||||
class get_station_infos(ListElement):
|
||||
item_xpath = "."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue