From d3cfb0aba9918ce3af398a440c6569ba3d077fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wei=C3=9F?= Date: Mon, 16 Aug 2021 13:59:53 +0200 Subject: [PATCH] Add spaces to prevent warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b642de9..ac49f32 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You will also need one of the Selenium [compatible browsers](http://www.selenium SELENIUM_DRIVER_NAME = 'firefox' SELENIUM_DRIVER_EXECUTABLE_PATH = which('geckodriver') - SELENIUM_DRIVER_ARGUMENTS=['-headless'] # '--headless' if using chrome instead of firefox + SELENIUM_DRIVER_ARGUMENTS = ['-headless'] # '--headless' if using chrome instead of firefox ``` Optionally, set the path to the browser executable: