Fix method name - load_posts instead of load_csv

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Kevin Bataille
2026-02-16 16:10:02 +01:00
parent 65eb83f76c
commit 00f0cce03e

View File

@@ -164,7 +164,7 @@ class CategoryProposer:
logger.info("\n📊 Analyzing editorial strategy to inform category proposals...")
analyzer = EditorialStrategyAnalyzer()
analyzer.load_csv(str(self.csv_file))
analyzer.load_posts(str(self.csv_file))
self.site_analysis = analyzer.analyze_site_content()
logger.info("✓ Editorial strategy analysis complete")