Skip to content

Commit 56f29ee

Browse files
1 parent 2e557f6 commit 56f29ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scrapy_selenium/middlewares.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ def __init__(self, driver_name, driver_executable_path,
4747
driver_options.add_argument(argument)
4848

4949
driver_kwargs = {
50-
'executable_path': driver_executable_path,
51-
f'{driver_name}_options': driver_options
50+
'executable_path': driver_executable_path
5251
}
5352

5453
# locally installed driver

0 commit comments

Comments
 (0)