neilfloow

Results 1 issues of neilfloow

Hi, I'm trying to use the `match` function with the following... ``` import osrm OSRM_AUTH=('user', 'pass') OSRM_VERSION = 'v1' OSRM_PROFILE = 'driving' OSRM_HOST = 'http://router.project-osrm.org' osrm.RequestConfig.host = OSRM_HOST osrm.RequestConfig.version =...