Accent in CicloPi station description

This commit is contained in:
Davte 2019-07-23 10:46:29 +02:00
parent 19cb2dca13
commit a8d3546c03
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,6 @@
__author__ = "Davide Testa" __author__ = "Davide Testa"
__email__ = "davide@davte.it" __email__ = "davide@davte.it"
__license__ = "GNU General Public License v3.0" __license__ = "GNU General Public License v3.0"
__version__ = "1.0.12" __version__ = "1.0.13"
__maintainer__ = "Davide Testa" __maintainer__ = "Davide Testa"
__contact__ = "t.me/davte" __contact__ = "t.me/davte"

View File

@ -530,6 +530,9 @@ def _get_stations(data, location):
).text.replace( ).text.replace(
'a`', 'a`',
'à' 'à'
).replace(
'e`',
'è'
) )
) )
bikes_text = _station.find( bikes_text = _station.find(