Skip to content

Commit d2a08dd

Browse files
committed
Update automated-notebook-run-script.py
1 parent 113dff2 commit d2a08dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/automated-notebook-run-script.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def main():
6060
# driver option is chosen
6161
if args.driver == "chrome":
6262
options = ChromeOptions()
63-
#options.add_argument("--headless")
64-
#options.add_argument("--no-sandbox")
63+
options.add_argument("--headless")
64+
options.add_argument("--no-sandbox")
6565
driver = webdriver.Chrome(options=options)
6666

6767
elif args.driver == "firefox":

0 commit comments

Comments
 (0)