bromosky

Results 1 issues of bromosky

#### Here's what I did Used following code: ``` client_ors = openrouteservice.Client(key='') df_bus_stops_distances = client_ors.distance_matrix(llist_coords_bus_stops, metrics="distance") ``` and same without metrics parameter. Tried on the API-Playground, it worked. Tried with...