Commit cf6fc5f6 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

OSM Client component:

- Fix parameters for OSM Client Library
parent 923cd4bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ class OsmClientServiceServicerImpl(OsmServiceServicer):
    def __init__(self):
        LOGGER.info('Creating Servicer...')
        self._osm_client = client.Client(
            sol005 = True, host = OSM_ADDRESS, so_port = OSM_PORT, project = OSM_PROJECT,
            host = OSM_ADDRESS, so_port = OSM_PORT, project = OSM_PROJECT,
            user = OSM_USERNAME, password = OSM_PASSWORD, verify = OSM_VERIFY_TLS
        )
        LOGGER.info('osmClient created')