Blackened
This commit is contained in:
parent
0907d013cd
commit
76af0891e9
14 changed files with 95 additions and 63 deletions
|
|
@ -32,7 +32,7 @@ class AutofocusAPI(MicroscopeViewPlugin):
|
|||
return jsonify(task.state), 202
|
||||
|
||||
else:
|
||||
abort(503, 'No stage connected. Unable to autofocus.')
|
||||
abort(503, "No stage connected. Unable to autofocus.")
|
||||
|
||||
|
||||
class FastAutofocusAPI(MicroscopeViewPlugin):
|
||||
|
|
@ -53,4 +53,4 @@ class FastAutofocusAPI(MicroscopeViewPlugin):
|
|||
return jsonify(task.state), 202
|
||||
|
||||
else:
|
||||
abort(503, 'No stage connected. Unable to autofocus.')
|
||||
abort(503, "No stage connected. Unable to autofocus.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue