bugfixing

This commit is contained in:
MuslemRahimi 2024-08-09 15:00:21 +02:00
parent f00a206093
commit d3b652cc11

View File

@ -36,7 +36,7 @@ def main():
# Initialize the WebDriver # Initialize the WebDriver
service = Service(ChromeDriverManager().install()) service = Service(ChromeDriverManager().install())
driver = webdriver.Chrome(service=service, options=options) driver = webdriver.Chrome(options=options)
try: try:
# Fetch the website # Fetch the website