mgokg commited on
Commit
2aa1d25
·
verified ·
1 Parent(s): fa0e4ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -36,12 +36,12 @@ def selenium(message):
36
 
37
  try:
38
  texts=""
39
- #url = f"https://www.google.com/search?q=zugverbindung+bad+kissingen+{message}"
40
- url = 'https://www.spiegel.de'
41
  #<ol class="AmbQnf">
42
  wd.get(url)
43
  wd.implicitly_wait(3)
44
- element = wd.find_element(By.TAG_NAME, "body")
45
 
46
 
47
  #wd.quit()
 
36
 
37
  try:
38
  texts=""
39
+ url = f"https://www.google.com/search?q=zugverbindung+bad+kissingen+{message}"
40
+ #url = 'https://www.spiegel.de'
41
  #<ol class="AmbQnf">
42
  wd.get(url)
43
  wd.implicitly_wait(3)
44
+ element = wd.find_element(By.TAG_NAME, "ol")
45
 
46
 
47
  #wd.quit()