Browse Source

add a little warning to get_web_session

pull/18/merge
Rossen Georgiev 9 years ago
parent
commit
96b05ee2f8
  1. 8
      steam/client/features/web.py

8
steam/client/features/web.py

@ -46,13 +46,15 @@ class Web(object):
'steamLoginSecure': resp['authenticateuser']['tokensecure'],
}
def get_web_session(self):
"""
See :meth:`get_web_session_cookies`
.. warning::
Exercise caution when using the session.
Auth cookies will be send with every request,
regardless of the domain or https/http.
:return: authenticated session ready for use
:rtype: :class:`requests.Session`, :class:`None`
"""

Loading…
Cancel
Save