Text feedback correction Undervoltage

This commit is contained in:
Dirk Alders 2024-01-07 13:29:18 +01:00
parent 9bcf1fc486
commit a117442072

View File

@ -37,4 +37,4 @@ if __name__ == "__main__":
else: else:
status = n.OK status = n.OK
# #
n.exit(status, f"Overtemperature state ({throttled})") n.exit(status, f"Undervoltage state ({throttled})")