Skip to content

Commit

Permalink
That should not have been committed
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Aug 20, 2024
1 parent 698719e commit 239efa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css_browserhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ def get_id(self) -> int:
return self.current_id

async def open_websocket(self):
self.client = aiohttp.ClientSession(trust_env=True)
self.websocket = await self.client.ws_connect(self.ws_url, ssl=False)
self.client = aiohttp.ClientSession()
self.websocket = await self.client.ws_connect(self.ws_url)

async def close_websocket(self):
self.connected_tabs.clear()
Expand Down

0 comments on commit 239efa8

Please sign in to comment.