diff --git a/recordGenerators/AirportDelays.py b/recordGenerators/AirportDelays.py index 7da8b04..3d2678d 100644 --- a/recordGenerators/AirportDelays.py +++ b/recordGenerators/AirportDelays.py @@ -38,7 +38,7 @@ async def getData(airport): async with s.get(url) as r: data = await r.text() - newData = data[48:-11] + newData = data[48:-11].replace('¿', '-') # Write to i2doc file i2Doc = f'' + '' + newData + f'{airport}'