fix(lampion): use cof.ens.fr websocket

This commit is contained in:
catvayor 2025-03-02 22:50:31 +01:00
parent b621713f37
commit 9997153e51
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -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()