added coding: utf-8 for python 2 compitability

This commit is contained in:
Masoko
2021-04-13 09:04:58 +01:00
parent e40b5e364d
commit 2c79f736fd

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
# Python (runs on 2 and 3) script to check cpu load, cpu temperature and free space, # Python (runs on 2 and 3) script to check cpu load, cpu temperature and free space,
# on a Raspberry Pi computer and publish the data to a MQTT server. # on a Raspberry Pi computer and publish the data to a MQTT server.
# RUN pip install paho-mqtt # RUN pip install paho-mqtt