We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2974243 commit 7d89483Copy full SHA for 7d89483
web_programming/open_google_results.py
@@ -27,7 +27,6 @@
27
headers={"User-Agent": str(UserAgent().random)},
28
timeout=10,
29
)
30
- print(BeautifulSoup(res.text, "html.parser"))
31
32
try:
33
link = BeautifulSoup(res.text, "html.parser").find("div").find("a").get("href")
0 commit comments