mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 13:38:43 +00:00
fix(AnalysisConfig): 创建编排器时没有正确配置 max_messages
This commit is contained in:
@@ -124,6 +124,7 @@ class QQGroupDailyAnalysis(Star):
|
||||
analysis_config = AnalysisConfig(
|
||||
days=self.config_manager.get_analysis_days(),
|
||||
min_messages_threshold=self.config_manager.get_min_messages_threshold(),
|
||||
max_messages=self.config_manager.get_max_messages(),
|
||||
output_format=self.config_manager.get_output_format(),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user