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 6, 2024
1 parent fce47a7 commit 02ff4a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Python-Rumble-Bot-Final-Bot/bot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ def __init__(self):
def start_driver(self):
self.driver = Driver(
uc=True,incognito=True,
no_sandbox=True,headless=True,
disable_cookies=True)
no_sandbox=True,headless=True)
user_agent = useragents.ua.random
self.driver.execute_cdp_cmd(
f"Network.setUserAgentOverride",
Expand Down

0 comments on commit 02ff4a7

Please sign in to comment.