Closed metheos closed 6 months ago
Fixes python3 warning: rpi-mqtt-monitor/src/rpi-cpu2mqtt.py:93: SyntaxWarning: invalid escape sequence '('
String literals in python use \ as an escape char. Should use double backslash to indicate a backslash in the executed string.
Signed-off-by: Matt Nelson metheos@gmail.com
Fixes python3 warning: rpi-mqtt-monitor/src/rpi-cpu2mqtt.py:93: SyntaxWarning: invalid escape sequence '('
String literals in python use \ as an escape char. Should use double backslash to indicate a backslash in the executed string.
Signed-off-by: Matt Nelson metheos@gmail.com