Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WillCaton2350 authored Oct 1, 2024
1 parent deac537 commit 5f86227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Python-Rumble-Bot-Final-Bot/bot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ def __init__(self):
def start_driver(self):
self.driver = Driver(
uc=True,incognito=True,
headless=True,no_sandbox=True)
no_sandbox=True,headless=True,
disable_cookies=True)
user_agent = useragents.ua.random
self.driver.execute_cdp_cmd(
f"Network.setUserAgentOverride",
Expand Down

0 comments on commit 5f86227

Please sign in to comment.