import requests
link = "http://www,santostang.com/"
headers = {'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'}
r = requests.get(link,headers = headers)
print(r.text)
ConnectionError: HTTPConnectionPool(host='www,santostang.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000190EDF9A2E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))