mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Connector is no longer supported in ws_connect by aiohttp 2.0
This commit is contained in:
parent
7dfb634376
commit
6a0345897d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user