Refactored import statement for playwright_stealth in scout_logic.py to align with updated package structure.
This commit is contained in:
parent
9c5f769455
commit
a18801a6aa
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user