bugfixing
This commit is contained in:
parent
f00a206093
commit
d3b652cc11
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user