diff --git a/mqtt/tempTest.py b/mqtt/tempTest.py index 97360ef..e57c21d 100644 --- a/mqtt/tempTest.py +++ b/mqtt/tempTest.py @@ -22,4 +22,6 @@ def getValues(sensor): except Exception as error: sensor.exit() raise error - return temp, humidity \ No newline at end of file + return temp, humidity + +getValues() \ No newline at end of file