mingfang commented on issue #191: URL: https://github.com/apache/incubator-hugegraph-ai/issues/191#issuecomment-2800272230
it doesn't have to be this complicated; just make the entire URL configurable. e.g. instead of ```python url = f"http://{self._cfg.ip}:{self._cfg.port}/" ``` make it ```python url = self._cfg.url ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
