Skip to content

Commit

Permalink
add ganxeta external id (number)
Browse files Browse the repository at this point in the history
  • Loading branch information
eskerda committed Nov 24, 2023
1 parent 32982d6 commit fb8d083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pybikes/ganxeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ def __init__(self, data):
"uid": data["station_id"],
"address": data["station_address"],
"slots": int(data["racks_total"]),
"number": data["station_external_id"],
}

0 comments on commit fb8d083

Please sign in to comment.