mirror of
https://github.com/openmax-server/server.git
synced 2026-05-23 03:51:43 +03:00
TamTam: websocket transport for web version
This commit is contained in:
@@ -6,7 +6,7 @@ from classes.controllerbase import ControllerBase
|
||||
from common.config import ServerConfig
|
||||
from common.opcodes import Opcodes
|
||||
|
||||
class OnemeMobileController(ControllerBase):
|
||||
class OnemeController(ControllerBase):
|
||||
def __init__(self):
|
||||
self.config = ServerConfig()
|
||||
self.proto = MobileProto()
|
||||
|
||||
Reference in New Issue
Block a user