Ignore lobby stuff for now.
This commit is contained in:
parent
149eca0aab
commit
4b771feb16
@ -7,6 +7,7 @@ from bemani.backend.jubeat.base import JubeatBase
|
|||||||
from bemani.backend.jubeat.common import (
|
from bemani.backend.jubeat.common import (
|
||||||
JubeatDemodataGetNewsHandler,
|
JubeatDemodataGetNewsHandler,
|
||||||
JubeatGametopGetMeetingHandler,
|
JubeatGametopGetMeetingHandler,
|
||||||
|
JubeatLobbyCheckHandler,
|
||||||
JubeatLoggerReportHandler,
|
JubeatLoggerReportHandler,
|
||||||
)
|
)
|
||||||
from bemani.backend.jubeat.clan import JubeatClan
|
from bemani.backend.jubeat.clan import JubeatClan
|
||||||
@ -21,6 +22,7 @@ class JubeatFesto(
|
|||||||
JubeatDemodataGetNewsHandler,
|
JubeatDemodataGetNewsHandler,
|
||||||
JubeatGametopGetMeetingHandler,
|
JubeatGametopGetMeetingHandler,
|
||||||
JubeatLoggerReportHandler,
|
JubeatLoggerReportHandler,
|
||||||
|
JubeatLobbyCheckHandler,
|
||||||
JubeatBase
|
JubeatBase
|
||||||
):
|
):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user