freddyaboulton HF staff commited on
Commit
a4b6dd0
·
1 Parent(s): 4dd0c5b

Update screenshot.py

Browse files
Files changed (1) hide show
  1. screenshot.py +1 -1
screenshot.py CHANGED
@@ -5,7 +5,7 @@ import time
5
 
6
  options = ChromeOptions()
7
  options.add_argument("--headless=new")
8
- ChromeDriverManager().install()
9
 
10
 
11
  def get_screen_shot(url: str, load_time: int, path: str):
 
5
 
6
  options = ChromeOptions()
7
  options.add_argument("--headless=new")
8
+ # ChromeDriverManager().install()
9
 
10
 
11
  def get_screen_shot(url: str, load_time: int, path: str):