From 6a0345897d7652f9569ce09ccd0b84cfd0750832 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Fri, 2 Jun 2017 10:42:40 +0200 Subject: [PATCH] Connector is no longer supported in ws_connect by aiohttp 2.0 --- gns3server/compute/docker/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gns3server/compute/docker/__init__.py b/gns3server/compute/docker/__init__.py index 72a8b692..7e3ccd69 100644 --- a/gns3server/compute/docker/__init__.py +++ b/gns3server/compute/docker/__init__.py @@ -167,7 +167,6 @@ class Docker(BaseManager): url = "http://docker/v" + DOCKER_MINIMUM_API_VERSION + "/" + path connection = yield from self._session.ws_connect(url, - connector=self.connector(), origin="http://docker", autoping=True) return connection