We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410b472 commit e01e9ffCopy full SHA for e01e9ff
microscope/valuelogger/raspberrypi.py
@@ -183,7 +183,7 @@ def updateTemps(self):
183
self.inputQ.put(self.temperature)
184
185
def getValues(self):
186
- """Reads all sensor values for running the value logger in remote
+ """Reads all sensor values for running the value logger in remote
187
pull mode"""
188
189
if len(self._sensors) == 0:
@@ -195,5 +195,5 @@ def getValues(self):
195
try:
196
self.temprature[i] = self._sensors[i].readTempC()
197
except:
198
- raise Exception('Unable to read temparture value')
+ raise Exception("Unable to read temparture value")
199
return self.temprature
0 commit comments