mgokg commited on
Commit
0c170dc
·
verified ·
1 Parent(s): 92a3ee6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def take_screenshots(ort, start, end, step):
14
 
15
  for i in range(start, end + 1, step):
16
  #url = f"https://www.google.com/search?q=vereine+{ort}&start={i}"
17
- url = f"https://www.google.com/search?q=vereine+bad+{ort}&sca_esv=88608bc906ee84a4&rlz=1C1GCEB_enDE1091DE1091&udm=1&sxsrf=ADLYWIJbvLwB94tP2s_zu8rFa0sgYiiJGA:1732783342733&ei=7ixIZ_muLLeSxc8PvO7MuQQ&start={i}"
18
 
19
 
20
 
 
14
 
15
  for i in range(start, end + 1, step):
16
  #url = f"https://www.google.com/search?q=vereine+{ort}&start={i}"
17
+ url =f"https://www.google.com/search?q=vereine+{ort}&udm=1&start={i}"
18
 
19
 
20