Recovered state: integrated TrendSurferAgent, restored frontend/backend files, and cleaned up recovery scripts

This commit is contained in:
ajaysi
2026-02-08 13:56:57 +05:30
parent 1db10ccd0f
commit e404a86502
333 changed files with 42223 additions and 10875 deletions

View File

@@ -17,7 +17,7 @@ from ...analytics_cache_service import AnalyticsCacheService
class BingInsightsService:
"""Service for generating Bing Webmaster insights and recommendations"""
def __init__(self, database_url: str):
def __init__(self, database_url: Optional[str] = None):
self.storage_service = BingAnalyticsStorageService(database_url)
self.cache_service = AnalyticsCacheService()