This commit is contained in:
SengokuCola
2025-04-26 23:23:11 +08:00
parent 0ee2c04e06
commit 9b99ea3cb2
2 changed files with 11 additions and 9 deletions

View File

@@ -299,7 +299,9 @@ class SubHeartflowManager:
continue 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: if random.random() >= sub_hf.interest_chatting.start_hfc_probability:
continue continue