mirror of
https://github.com/openmax-server/server.git
synced 2026-06-18 17:08:26 +03:00
Правка контроллеров небольшая
This commit is contained in:
@@ -125,7 +125,7 @@ class TTWebSocketServer:
|
||||
"writer": websocket,
|
||||
"ip": addr[0],
|
||||
"port": addr[1],
|
||||
"protocol": "tamtam_websocket"
|
||||
"protocol": "tamtam"
|
||||
}
|
||||
)
|
||||
else:
|
||||
@@ -137,7 +137,7 @@ class TTWebSocketServer:
|
||||
"writer": websocket,
|
||||
"ip": addr[0],
|
||||
"port": addr[1],
|
||||
"protocol": "tamtam_websocket"
|
||||
"protocol": "tamtam"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user