Skip to content

Commit

Permalink
Merge pull request #58 from mate-dev/troubleshoot/plugin_nodes_lastheard
Browse files Browse the repository at this point in the history
Corrected lastheard variable name
  • Loading branch information
jeremiah-k committed Sep 19, 2023
2 parents 52b931e + 0b1aa2b commit 5803783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/nodes_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def generate_response(self):

last_heard = None
if "lastHeard" in info:
last_header = get_relative_time(info["lastHeard"])
last_heard = get_relative_time(info["lastHeard"])

voltage = "?V"
battery = "?%"
Expand Down

0 comments on commit 5803783

Please sign in to comment.