Browse Source

fix diagnostic_updater arguments

pull/45/head
Soumith Chintala 3 years ago
parent
commit
581a4bdb24
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stretch_core/nodes/stretch_diagnostics.py

+ 1
- 1
stretch_core/nodes/stretch_diagnostics.py View File

@ -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

Loading…
Cancel
Save