bugfixing
This commit is contained in:
parent
f00a206093
commit
d3b652cc11
@ -36,7 +36,7 @@ def main():
|
||||
|
||||
# Initialize the WebDriver
|
||||
service = Service(ChromeDriverManager().install())
|
||||
driver = webdriver.Chrome(service=service, options=options)
|
||||
driver = webdriver.Chrome(options=options)
|
||||
|
||||
try:
|
||||
# Fetch the website
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user