Luca
Results
1
comments of
Luca
To further expand what said before, this works and won't throw another warning for `urllib3.disable_warnings(InsecureRequestWarning)` not being a declared variable(?) ``` import requests from requests.packages import urllib3 from urllib3.exceptions import...