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 31, 2024
1 parent 55801b3 commit 748c151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python-Rumble-Bot-Final-Bot/bot/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.support.ui import WebDriverWait as WDW
from selenium.common.exceptions import NoSuchElementException
from selenium.common.exceptions import NoSuchElementException, WebDriverException
from config.data import urls, locators, useragents, time_buffer
from selenium.webdriver.common.by import By
from urllib.error import HTTPError
Expand Down

0 comments on commit 748c151

Please sign in to comment.