From 57237cdf736c96fe39c73688862d9b4ce1bc7202 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sun, 15 May 2016 00:08:26 +0100 Subject: [PATCH] get_web_session_cookies: update domain list in docstring [ci skip] --- steam/client/builtins/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/client/builtins/web.py b/steam/client/builtins/web.py index caa8e6f..d7e74ea 100644 --- a/steam/client/builtins/web.py +++ b/steam/client/builtins/web.py @@ -50,7 +50,7 @@ class Web(object): See :meth:`get_web_session_cookies` .. note:: - Auth cookies will only be send to ``.steampowered.com`` and ``.steamcommunity.com`` domains + Auth cookies will only be send to ``(help|store).steampowered.com`` and ``steamcommunity.com`` domains :param language: localization language for steam pages :type language: :class:`str`