diff --git a/src/scout_logic.py b/src/scout_logic.py index aa1af26..fc8e5d7 100644 --- a/src/scout_logic.py +++ b/src/scout_logic.py @@ -9,7 +9,7 @@ from urllib.parse import urlparse import httpx from playwright.async_api import async_playwright -from playwright_stealth import stealth_async +from playwright_stealth.stealth import stealth_async # OpenRouter Base-URL und Modell OPENROUTER_BASE = "https://openrouter.ai/api/v1"