Workpam commited on
Commit
0b8fa0a
·
verified ·
1 Parent(s): 51cbc6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -20,11 +20,6 @@ from selenium.webdriver.chrome.options import Options
20
  from selenium.webdriver.chrome.service import Service
21
  from webdriver_manager.chrome import ChromeDriverManager
22
 
23
- driver = webdriver.Chrome(
24
- service=Service(ChromeDriverManager().install()),
25
- options=chrome_opts
26
- )
27
-
28
  stop_event = threading.Event()
29
  cpu_cores = os.cpu_count() or 4
30
 
 
20
  from selenium.webdriver.chrome.service import Service
21
  from webdriver_manager.chrome import ChromeDriverManager
22
 
 
 
 
 
 
23
  stop_event = threading.Event()
24
  cpu_cores = os.cpu_count() or 4
25