Upload 64 files
Browse files- app/services/browser.py +0 -1
app/services/browser.py
CHANGED
|
@@ -43,7 +43,6 @@ class BrowserEngine(threading.Thread):
|
|
| 43 |
self.playwright = await async_playwright().start()
|
| 44 |
self.browser = await self.playwright.chromium.launch(
|
| 45 |
headless=settings.HEADLESS,
|
| 46 |
-
channel="chrome",
|
| 47 |
args=[
|
| 48 |
"--disable-blink-features=AutomationControlled",
|
| 49 |
"--no-sandbox",
|
|
|
|
| 43 |
self.playwright = await async_playwright().start()
|
| 44 |
self.browser = await self.playwright.chromium.launch(
|
| 45 |
headless=settings.HEADLESS,
|
|
|
|
| 46 |
args=[
|
| 47 |
"--disable-blink-features=AutomationControlled",
|
| 48 |
"--no-sandbox",
|