Fix method name - load_posts instead of load_csv
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user