From f4239daf2dfac60956344c7c1932bc219497bcf8 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 22 Oct 2016 04:43:52 +0300 Subject: [PATCH] keep the CM server list fresh --- steam/client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/client/__init__.py b/steam/client/__init__.py index 460163e..f77b405 100644 --- a/steam/client/__init__.py +++ b/steam/client/__init__.py @@ -107,9 +107,9 @@ class SteamClient(CMClient, BuiltinBase): def _handle_cm_list(self, msg): if self._cm_servers_timestamp is None: - self.cm_servers.clear() self._cm_servers_timestamp = int(time()) + self.cm_servers.clear() CMClient._handle_cm_list(self, msg) # just merges the list if self.credential_location: