From f38bcba21d65567bb1cbdb1ce790e92610f3d4eb Mon Sep 17 00:00:00 2001 From: Stefan Hellander Date: Tue, 14 May 2024 22:34:37 +0200 Subject: [PATCH] .. --- fedn/network/combiner/combiner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedn/network/combiner/combiner.py b/fedn/network/combiner/combiner.py index 88b7b3fa0..3518bcb8f 100644 --- a/fedn/network/combiner/combiner.py +++ b/fedn/network/combiner/combiner.py @@ -326,7 +326,7 @@ def _list_active_clients(self, channel): if status != "online": self.clients[client]["status"] = "online" clients["update_active_clients"].append(client) - elif status == "online" or status == "available": + elif status != "offline": self.clients[client]["status"] = "offline" clients["update_offline_clients"].append(client) # Update statestore with client status