exceptions have a separate socketio event now

This commit is contained in:
Mose Müller 2023-08-02 12:06:22 +02:00
parent ac9f39ca56
commit d4c72d7026

View File

@ -243,7 +243,7 @@ class Server:
async def emit_exception() -> None:
await self._wapi.sio.emit( # type: ignore
"notify",
"exception",
{
"data": {
"exception": str(exc),