mirror of
https://github.com/openmax-server/server.git
synced 2026-05-26 13:31:43 +03:00
MAX && TT: общение в таме, и корректировки под веб морду
This commit is contained in:
@@ -320,7 +320,8 @@ class OnemeWS:
|
||||
"writer": websocket,
|
||||
"ip": addr[0],
|
||||
"port": addr[1],
|
||||
"protocol": "oneme"
|
||||
"protocol": "oneme",
|
||||
"type": "web"
|
||||
}
|
||||
)
|
||||
else:
|
||||
@@ -334,7 +335,8 @@ class OnemeWS:
|
||||
"writer": websocket,
|
||||
"ip": addr[0],
|
||||
"port": addr[1],
|
||||
"protocol": "oneme"
|
||||
"protocol": "oneme",
|
||||
"type": "web"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user