diff --git a/Python-Rumble-Bot-Final-Bot/bot/main.py b/Python-Rumble-Bot-Final-Bot/bot/main.py index 3d984dd..1e41070 100644 --- a/Python-Rumble-Bot-Final-Bot/bot/main.py +++ b/Python-Rumble-Bot-Final-Bot/bot/main.py @@ -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