SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to remove the warnings, use the code below.
import urllib3 urllib3.disable_warnings()
and verify=False with request.get or post method
verify=False
request.get
post