This commit is contained in:
d3m1g0d
2019-03-31 11:47:40 +02:00
parent 3c55e96341
commit fc7a1bf167

View File

@@ -8,4 +8,4 @@ l=sensors.LxMeter()
@app.route('/data')
def sendData():
return json.dumps([s.getData(), l.getData(), u.getABI])
return json.dumps([s.getData(), l.getData(), u.getABI()])