fix(lampion): use cof.ens.fr websocket
This commit is contained in:
parent
b621713f37
commit
9997153e51
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def changecolor(color):
|
||||||
|
|
||||||
|
|
||||||
async def do_listen():
|
async def do_listen():
|
||||||
async with websockets.connect("wss://kfet.sinavir.fr/ws/") as websocket:
|
async with websockets.connect("wss://cof.ens.fr/ws/k-fet/open") as websocket:
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
message = await websocket.recv()
|
message = await websocket.recv()
|
||||||
|
|
Loading…
Add table
Reference in a new issue