mirror of
https://github.com/yulinfeng000/blive.git
synced 2025-03-26 01:00:54 +08:00
update structure
This commit is contained in:
parent
f03c3a5ed3
commit
245a1291de
@ -206,6 +206,9 @@ class BWS_MsgPackage:
|
||||
return packages
|
||||
|
||||
|
||||
packman = BWS_MsgPackage()
|
||||
|
||||
|
||||
class Events(str, enum.Enum):
|
||||
PREPARING = "PREPARING" # 下播【结束语】
|
||||
ROOM_CHANGE = "ROOM_CHANGE" # 房间信息改变
|
||||
|
@ -11,7 +11,7 @@ from apscheduler.schedulers.asyncio import AsyncIOScheduler
|
||||
import loguru
|
||||
from apscheduler.util import _Undefined
|
||||
from .core import (
|
||||
BWS_MsgPackage,
|
||||
packman,
|
||||
Events,
|
||||
Operation,
|
||||
PackageHeader,
|
||||
@ -24,8 +24,6 @@ from .core import (
|
||||
|
||||
undefined = _Undefined()
|
||||
|
||||
packman = BWS_MsgPackage()
|
||||
|
||||
|
||||
class BLiverCtx(object):
|
||||
def __init__(self, bliver, msg) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user