An proxyerror happens while following code was running, someone can help me to fix this issue? Thanks.
from opendatatools import realestate
city_list = realestate.get_city_list()
print(city_list)
> ProxyError: HTTPSConnectionPool(host='www.anjuke.com', port=443): Max retries exceeded with url: /sy-city.html (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x113aa5b70>: Failed to establish a new connection: [Errno 61] Connection refused',)))
An proxyerror happens while following code was running, someone can help me to fix this issue? Thanks.