Removed redundant payload
This commit is contained in:
parent
e55c097a32
commit
616ed455f5
1 changed files with 0 additions and 2 deletions
|
|
@ -26,8 +26,6 @@ API_SCHEMA = {
|
|||
|
||||
class RecalibrateAPIView(MicroscopeViewPlugin):
|
||||
def post(self):
|
||||
payload = JsonPayload(request)
|
||||
|
||||
logging.info("Starting microscope recalibration...")
|
||||
task = self.microscope.task.start(self.plugin.recalibrate)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue