Nick Henderson
Results
3
comments of
Nick Henderson
@dtrillo We had to solve this problem as well. What I ended up doing was subclassing the `Session` object to pass in to `Profile.scrape`: ``` class Session(requests.Session): """Custom session subclass...
The above is only necessary for us for authenticated proxies if you want to keep `trust_env = True` for the Session. Otherwise you can just create a session and add...
Just noticed this happening with the `username` as well. Added to the PR