Skip to content

Commit

Permalink
Update helpers/python.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusschiesser authored Mar 28, 2024
1 parent 81d1b1d commit f843914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/python.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export const installPythonTemplate = async ({
"--disable-dev-shm-usage",
]);
driverArgNodeValue.commentBefore =
" The arguments to pass to the webdriver. Eg: add --headless to run in headless mode";
" The arguments to pass to the webdriver. E.g.: add --headless to run in headless mode";
webLoaderConfig.set("driver_arguments", driverArgNodeValue);

// Create config for urls
Expand Down

0 comments on commit f843914

Please sign in to comment.