From 6cc3b62c7fc562f9092a5b63424c5e7978674616 Mon Sep 17 00:00:00 2001 From: Masoko Date: Tue, 5 Oct 2021 00:38:16 +0300 Subject: [PATCH] Update rpi-cpu2mqtt.py :-) --- src/rpi-cpu2mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpi-cpu2mqtt.py b/src/rpi-cpu2mqtt.py index a70758c..6b5fe83 100644 --- a/src/rpi-cpu2mqtt.py +++ b/src/rpi-cpu2mqtt.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Python script (runs on 2 and 3) to check cpu load, cpu temperature and free space etc. -# on a Raspberry Pi or Ubunto computer and publish the data to a MQTT server. +# on a Raspberry Pi or Ubuntu computer and publish the data to a MQTT server. # RUN pip install paho-mqtt # RUN sudo apt-get install python-pip