mgokg commited on
Commit
89c900b
·
verified ·
1 Parent(s): 247bec9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from selenium.webdriver.support import expected_conditions as EC
8
  from selenium.webdriver.chrome.options import Options
9
 
10
 
11
- def take_screenshot(url):
12
  options = webdriver.ChromeOptions()
13
  options.add_argument('--headless')
14
 
 
8
  from selenium.webdriver.chrome.options import Options
9
 
10
 
11
+ def selenium(message):
12
  options = webdriver.ChromeOptions()
13
  options.add_argument('--headless')
14