Update app.py
Browse files
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
|
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 |
|