requests packages

This commit is contained in:
AdeHub
2019-07-14 20:46:19 +12:00
parent a8a53353ee
commit cf85d94a37
102 changed files with 30260 additions and 7 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ def _basic_auth_str(username, password):
"Non-string passwords will no longer be supported in Requests "
"3.0.0. Please convert the object you've passed in ({!r}) to "
"a string or bytes object in the near future to avoid "
"problems.".format(password),
"problems.".format(type(password)),
category=DeprecationWarning,
)
password = str(password)