pybikes icon indicating copy to clipboard operation
pybikes copied to clipboard

improvement: strip() on name

Open Manu1400 opened this issue 2 years ago • 0 comments

real case: "Lozère " in Saclay VLS (Captain Bike), Paris-Saclay ecovelo

https://citybik.es return:

{
  "empty_slots": 0,
  "extra": "{\"address\":\"\",\"last_updated\":1657135485,\"renting\":true,\"returning\":true,\"uid\":\"stn_gMvnHKY3TAqzhVDaCZViDD\"}",
  "free_bikes": 3,
  "id": "51e4c55b972ca6603daea7e90dff53c5",
  "latitude": 48.709559,
  "longitude": 2.211348,
  "name": "Lozère ",
  "timestamp": "2022-07-06T19:24:45.112000Z",
  "status": "yellow",
  "cluster": 0,
  "dbscan": "core"
}

Manu1400 avatar Jul 06 '22 19:07 Manu1400