Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sonic-thermalctld/scripts/thermalctld
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ class TemperatureUpdater(logger.Logger):
except Exception:
pass

def _get_sfp_temperature_from_db(self, port_name):
def _get_sfp_temperature_from_db(self, port_name):
"""
Get SFP temperature from Redis. First tries TRANSCEIVER_DOM_TEMPERATURE table,
then falls back to TRANSCEIVER_DOM_SENSOR table. Both are populated by xcvrd daemon.
Expand Down