fixLruff
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user