From 5556bef66a3932d9af3c0243440980b3411da055 Mon Sep 17 00:00:00 2001 From: Rubbit Date: Mon, 16 Sep 2024 00:28:04 +0800 Subject: [PATCH] delete useless comment --- http-get.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/http-get.py b/http-get.py index c0d317f..a8331e0 100644 --- a/http-get.py +++ b/http-get.py @@ -4,11 +4,6 @@ from bs4 import BeautifulSoup # Define the URL url = 'https://dictionary.cambridge.org/dictionary/essential-american-english/wrist' -# Define the proxy settings -#proxies = { -# 'http': 'http://127.0.0.1:10809', -# 'https': 'http://127.0.0.1:10809' -#} headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36' }