summaryrefslogtreecommitdiff
path: root/sensors.py
diff options
context:
space:
mode:
Diffstat (limited to 'sensors.py')
-rw-r--r--sensors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors.py b/sensors.py
index d096548..2d06675 100644
--- a/sensors.py
+++ b/sensors.py
@@ -1,5 +1,5 @@
-def get_sensor_list():
+def get_sensors():
dict = {}
from csv import reader
with open('dtslist.csv', 'r') as f: