diff --git a/steam/client/__init__.py b/steam/client/__init__.py index 28c5484..8845892 100644 --- a/steam/client/__init__.py +++ b/steam/client/__init__.py @@ -326,7 +326,7 @@ class SteamClient(CMClient, BuiltinBase): return response[0].body def _get_sentry_path(self, username): - if self.credential_location is not None: + if self.credential_location: return os.path.join(self.credential_location, "%s_sentry.bin" % username )