diff --git a/steam/client/builtins/web.py b/steam/client/builtins/web.py index 8a80919..3ddecd1 100644 --- a/steam/client/builtins/web.py +++ b/steam/client/builtins/web.py @@ -45,7 +45,7 @@ class Web(object): try: resp = webapi.post('ISteamUserAuth', 'AuthenticateUser', 1, params=data) except Exception as exp: - self._logger.debug("get_web_session_cookies error: %s" % str(exp)) + self._LOG.debug("get_web_session_cookies error: %s" % str(exp)) return None return {