diff --git a/steam/client/user.py b/steam/client/user.py index eb54f69..a708ed4 100644 --- a/steam/client/user.py +++ b/steam/client/user.py @@ -26,6 +26,10 @@ class SteamUser(object): ) def get_ps(self, field_name, wait_pstate=True): + """Get property from PersonaState + + `See full list of available fields_names `_ + """ if not wait_pstate or self._pstate_ready.wait(timeout=5): if self._pstate is None and wait_pstate: self._steam.request_persona_state([self.steam_id])