Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ def selenium(message):
|
|
13 |
|
14 |
try:
|
15 |
wd = webdriver.Chrome(options=options)
|
16 |
-
url = 'https://www.google.com/search?q=zugverbindung+bad+kissingen+euerdorf'
|
17 |
-
|
18 |
#<ol class="AmbQnf">
|
19 |
wd.get(url)
|
20 |
wd.implicitly_wait(5)
|
|
|
13 |
|
14 |
try:
|
15 |
wd = webdriver.Chrome(options=options)
|
16 |
+
#url = 'https://www.google.com/search?q=zugverbindung+bad+kissingen+euerdorf'
|
17 |
+
url = 'https://www.spiegel.de'
|
18 |
#<ol class="AmbQnf">
|
19 |
wd.get(url)
|
20 |
wd.implicitly_wait(5)
|