fixed argument

This commit is contained in:
2022-11-28 15:53:13 -05:00
parent f34af6dae3
commit 168354eb96

View File

@@ -24,4 +24,4 @@ def getValues(sensor):
raise error raise error
return temp, humidity return temp, humidity
getValues() getValues(sensor)