Refactored import statement for playwright_stealth in scout_logic.py to align with updated package structure.

This commit is contained in:
Lars 2026-01-31 18:11:33 +01:00
parent 9c5f769455
commit a18801a6aa

View File

@ -9,7 +9,7 @@ from urllib.parse import urlparse
import httpx import httpx
from playwright.async_api import async_playwright 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-URL und Modell
OPENROUTER_BASE = "https://openrouter.ai/api/v1" OPENROUTER_BASE = "https://openrouter.ai/api/v1"