mirror of
https://github.com/openmax-server/server.git
synced 2026-06-25 12:21:07 +03:00
Начальная реализация транспорта ws для max web и прочие улучшения
This commit is contained in:
@@ -7,7 +7,7 @@ from common.rate_limiter import RateLimiter
|
||||
from common.opcodes import Opcodes
|
||||
from common.tools import Tools
|
||||
|
||||
class TTMobileServer:
|
||||
class TamTamMobile:
|
||||
def __init__(self, host, port, ssl_context, db_pool, clients, send_event):
|
||||
self.host = host
|
||||
self.port = port
|
||||
|
||||
Reference in New Issue
Block a user