delete useless comment

This commit is contained in:
Rubbit 2024-09-16 00:28:04 +08:00
parent f739ac4611
commit 5556bef66a
1 changed files with 0 additions and 5 deletions

View File

@ -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'
}