Dmitry Beresnev commited on
Commit
b88c474
·
1 Parent(s): d1abc9e

fix lib init

Browse files
app/services/twitter_news_playwright.py CHANGED
@@ -193,6 +193,7 @@ class TwitterFinanceMonitor:
193
  with sync_playwright() as p:
194
  # Launch lightweight browser
195
  browser = p.chromium.launch(
 
196
  headless=True,
197
  args=['--disable-blink-features=AutomationControlled']
198
  )
 
193
  with sync_playwright() as p:
194
  # Launch lightweight browser
195
  browser = p.chromium.launch(
196
+ executable_path='/usr/bin/chromium',
197
  headless=True,
198
  args=['--disable-blink-features=AutomationControlled']
199
  )