fix #2
This commit is contained in:
@@ -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()])
|
||||
|
||||
Reference in New Issue
Block a user