Commit 616ed455 authored by Joel Collins's avatar Joel Collins
Browse files

Removed redundant payload

parent e55c097a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)