Skip to content

Commit 7d89483

Browse files
authored
Drop debug code
1 parent 2974243 commit 7d89483

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web_programming/open_google_results.py

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
headers={"User-Agent": str(UserAgent().random)},
2828
timeout=10,
2929
)
30-
print(BeautifulSoup(res.text, "html.parser"))
3130

3231
try:
3332
link = BeautifulSoup(res.text, "html.parser").find("div").find("a").get("href")

0 commit comments

Comments
 (0)