mirror of https://github.com/Mai-with-u/MaiBot.git
fixLruff
parent
0ee2c04e06
commit
9b99ea3cb2
|
|
@ -299,7 +299,9 @@ class SubHeartflowManager:
|
|||
continue
|
||||
|
||||
# 检查是否满足提升概率
|
||||
logger.debug(f"{log_prefix} 检查子心流: {stream_name},现在概率: {sub_hf.interest_chatting.start_hfc_probability}")
|
||||
logger.debug(
|
||||
f"{log_prefix} 检查子心流: {stream_name},现在概率: {sub_hf.interest_chatting.start_hfc_probability}"
|
||||
)
|
||||
if random.random() >= sub_hf.interest_chatting.start_hfc_probability:
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue