Skip to content

Commit

Permalink
[python] Update fuel cell python
Browse files Browse the repository at this point in the history
  • Loading branch information
fvantienen authored and dewagter committed Sep 8, 2023
1 parent be3d843 commit 721a9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/ground_segment/python/fuelcell/fuel_cell_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, msg):
self.current = float(msg['current'])
self.power = float(msg['power'])
self.energy = float(msg['energy'])
self.averagepower = float(msg['charge'])
self.averagepower = float(msg['avg_power'])

class TempMessage(object):
def __init__(self, msg):
Expand Down

0 comments on commit 721a9f3

Please sign in to comment.