Loading src/osm_client/service/OsmClientServiceServicerImpl.py +1 −1 Original line number Diff line number Diff line Loading @@ -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') Loading Loading
src/osm_client/service/OsmClientServiceServicerImpl.py +1 −1 Original line number Diff line number Diff line Loading @@ -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') Loading