MAX: web fix 2

This commit is contained in:
Alexey Polyakov
2026-05-06 20:42:33 +03:00
parent f1c1639d9f
commit b8472821eb
2 changed files with 12 additions and 4 deletions

View File

@@ -116,10 +116,11 @@ class OnemeController(ControllerBase):
OnemeWS(
host=self.config.host,
port=self.config.oneme_ws_port,
clients=api['clients'],
ssl_context=api['ssl'],
db_pool=api['db'],
send_event=api['event']
clients=api['clients'],
send_event=api['event'],
telegram_bot=api.get('telegram_bot'),
).start()
)