mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-04-24 23:47:00 -05:00
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 (
|
||||
JubeatDemodataGetNewsHandler,
|
||||
JubeatGametopGetMeetingHandler,
|
||||
JubeatLobbyCheckHandler,
|
||||
JubeatLoggerReportHandler,
|
||||
)
|
||||
from bemani.backend.jubeat.clan import JubeatClan
|
||||
|
|
@ -21,6 +22,7 @@ class JubeatFesto(
|
|||
JubeatDemodataGetNewsHandler,
|
||||
JubeatGametopGetMeetingHandler,
|
||||
JubeatLoggerReportHandler,
|
||||
JubeatLobbyCheckHandler,
|
||||
JubeatBase
|
||||
):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user