[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):
|
class InfoStationPage(XMLPage):
|
||||||
|
|
||||||
|
ENCODING = 'utf-8'
|
||||||
|
|
||||||
@method
|
@method
|
||||||
class get_station_infos(ListElement):
|
class get_station_infos(ListElement):
|
||||||
item_xpath = "."
|
item_xpath = "."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue