Load capture objects from files. Remove YAML database.

This commit is contained in:
Joel Collins 2019-05-15 16:32:58 +01:00
parent f8e647198a
commit 092181348b
9 changed files with 64 additions and 119 deletions

View file

@ -44,8 +44,6 @@ class TaskListAPI(MicroscopeView):
:>header Content-Type: application/json
"""
print(self.microscope.task.state)
data = self.microscope.task.state
return jsonify(data)