Loading lib/galaxy/webapps/galaxy/api/__init__.py +3 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,9 @@ class GalaxyASGIRequest(GalaxyAbstractRequest): @property def host(self) -> str: return str(self.__request.client.host) client = self.__request.client assert client is not None return str(client.host) class GalaxyASGIResponse(GalaxyAbstractResponse): Loading Loading
lib/galaxy/webapps/galaxy/api/__init__.py +3 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,9 @@ class GalaxyASGIRequest(GalaxyAbstractRequest): @property def host(self) -> str: return str(self.__request.client.host) client = self.__request.client assert client is not None return str(client.host) class GalaxyASGIResponse(GalaxyAbstractResponse): Loading