Ejemplo n.º 1
0
 def api_get_currentLoad(self):
     repo = DataRepo(self.dbpath)
     data = repo.get_current_load()
     return json.dumps(data)