This commit is contained in:
parent
ebc5e1306a
commit
c39f39c989
|
@ -2,7 +2,7 @@ import logging
|
||||||
from fastapi import WebSocket, WebSocketDisconnect
|
from fastapi import WebSocket, WebSocketDisconnect
|
||||||
from websockets import ConnectionClosed
|
from websockets import ConnectionClosed
|
||||||
|
|
||||||
logger = logging.getLogger("gunicorn.access")
|
logger = logging.getLogger("gunicorn.error")
|
||||||
|
|
||||||
# Wrapper to transform a FastAPI websocket to a standard websocket
|
# Wrapper to transform a FastAPI websocket to a standard websocket
|
||||||
class WebSocketWrapper():
|
class WebSocketWrapper():
|
||||||
|
|
Loading…
Reference in a new issue