diff --git a/stretch_core/nodes/stretch_diagnostics.py b/stretch_core/nodes/stretch_diagnostics.py index 744fa4f..7a0c112 100644 --- a/stretch_core/nodes/stretch_diagnostics.py +++ b/stretch_core/nodes/stretch_diagnostics.py @@ -92,7 +92,7 @@ class StretchDiagnostics: def __init__(self, node, robot): self.node = node self.robot = robot - self.updater = diagnostic_updater.Updater(node) + self.updater = diagnostic_updater.Updater() self.updater.setHardwareID(hello_utils.get_fleet_id()) # Configure the different update functions