Accent in CicloPi station description
This commit is contained in:
parent
19cb2dca13
commit
a8d3546c03
@ -3,6 +3,6 @@
|
||||
__author__ = "Davide Testa"
|
||||
__email__ = "davide@davte.it"
|
||||
__license__ = "GNU General Public License v3.0"
|
||||
__version__ = "1.0.12"
|
||||
__version__ = "1.0.13"
|
||||
__maintainer__ = "Davide Testa"
|
||||
__contact__ = "t.me/davte"
|
||||
|
@ -530,6 +530,9 @@ def _get_stations(data, location):
|
||||
).text.replace(
|
||||
'a`',
|
||||
'à'
|
||||
).replace(
|
||||
'e`',
|
||||
'è'
|
||||
)
|
||||
)
|
||||
bikes_text = _station.find(
|
||||
|
Loading…
x
Reference in New Issue
Block a user