mgokg commited on
Commit
e043c80
·
verified ·
1 Parent(s): beb38d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #url = 'https://www.spiegel.de'
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)