mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 00:12:10 +00:00
CRIT bumped websockets to 14.1 :) found the issue.
This commit is contained in:
@@ -124,7 +124,7 @@ class MeshcallerWebSocket:
|
||||
print("Attempting WebSocket connection...")
|
||||
|
||||
try:
|
||||
async with websockets.connect(uri, extra_headers=ws_headers) as meshsocket:
|
||||
async with websockets.connect(uri, additional_headers=ws_headers) as meshsocket:
|
||||
self.meshsocket = meshsocket
|
||||
await self.ws_on_open()
|
||||
await self.gen_simple_list()
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
asyncio
|
||||
argparse
|
||||
configparser
|
||||
pyyaml
|
||||
websockets==13.1
|
||||
asyncio==3.4.3
|
||||
configparser==7.1.0
|
||||
pyyaml==6.0.2
|
||||
websockets==14.1
|
||||
Reference in New Issue
Block a user