Merge pull request #1 from mate-dev/troubleshoot/plugin_nodes_lastheard

Corrected lastheard variable name
pull/2/head
mate 2023-09-19 22:41:54 +02:00 zatwierdzone przez GitHub
commit f22a5966da
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -57,7 +57,7 @@ $shortname $longname / $devicemodel / $battery $voltage / $snr / $lastseen
last_heard = None
if "lastHeard" in info:
last_header = get_relative_time(info["lastHeard"])
last_heard = get_relative_time(info["lastHeard"])
voltage = "?V"
battery = "?%"