diff --git a/devices/statistics_device.py b/devices/statistics_device.py
index 72b304a2773b52805f8afeeae1e7f7387e15a496..917609e5850dc9bf6c2975e59e21d0265df815da 100644
--- a/devices/statistics_device.py
+++ b/devices/statistics_device.py
@@ -55,7 +55,7 @@ class SST(hardware_device):
 
         # Stop keep-alive
         try:
-            self.set_comm_client.stop()
+            self.sst_client.stop()
         except Exception as e:
             self.warn_stream("Exception while stopping sst_client in configure_for_off function: {}. Exception ignored".format(e))