mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
fix bilibili_sub bug
This commit is contained in:
parent
fbf82d999f
commit
73b4a1254c
@ -104,7 +104,7 @@ class BilibiliSub(Model):
|
|||||||
if sub:
|
if sub:
|
||||||
sub_users = sub.sub_users + sub_user
|
sub_users = sub.sub_users + sub_user
|
||||||
data["sub_type"] = sub_type or sub.sub_type
|
data["sub_type"] = sub_type or sub.sub_type
|
||||||
data["sub_user"] = sub_users
|
data["sub_users"] = sub_users
|
||||||
data["live_short_id"] = live_short_id or sub.live_short_id
|
data["live_short_id"] = live_short_id or sub.live_short_id
|
||||||
data["live_status"] = (
|
data["live_status"] = (
|
||||||
live_status if live_status is not None else sub.live_status
|
live_status if live_status is not None else sub.live_status
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user