Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
🛠 Fix chrome bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shamhi committed Jun 28, 2024
1 parent 48b3e7f commit 140315b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot/utils/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ def escape_html(text: str) -> str:

options.add_argument("--headless")
options.add_argument("--log-level=3")
options.add_argument('--no-sandbox')
options.add_argument('--disable-dev-shm-usage')
driver = None

session_queue = Queue()
Expand Down

0 comments on commit 140315b

Please sign in to comment.