mirror of
https://github.com/xfgryujk/blivechat.git
synced 2024-12-26 21:00:15 +08:00
修复SC消息创建出错的问题
This commit is contained in:
parent
14c2fd48df
commit
085765b1a2
@ -263,7 +263,7 @@ class LiveMsgHandler(blivedm.BaseHandler):
|
||||
price=data['price'],
|
||||
message=data['message'],
|
||||
start_time=data['start_time'],
|
||||
id_=data['id'],
|
||||
id=data['id'],
|
||||
uid=data['uid'],
|
||||
uname=data['user_info']['uname'],
|
||||
face=data['user_info']['face'],
|
||||
|
Loading…
Reference in New Issue
Block a user