Explorar el Código

Text feedback correction Undervoltage

master
Dirk Alders hace 11 meses
padre
commit
a117442072
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      check_raspi_voltage

+ 1
- 1
check_raspi_voltage Ver fichero

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

Loading…
Cancelar
Guardar