From 8a4be49d4687d242ea01c0ac48ff756ab0bc5771 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 17 Jan 2019 14:13:34 +0000 Subject: [PATCH] Fixed resize docstring --- openflexure_microscope/api/v1/blueprints/camera/capture.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openflexure_microscope/api/v1/blueprints/camera/capture.py b/openflexure_microscope/api/v1/blueprints/camera/capture.py index 8e4b1d28..0ae6ed23 100644 --- a/openflexure_microscope/api/v1/blueprints/camera/capture.py +++ b/openflexure_microscope/api/v1/blueprints/camera/capture.py @@ -72,8 +72,8 @@ class ListAPI(MicroscopeView): "use_video_port": true, "bayer": true, "size": { - "x": 640, - "y": 480 + "width": 640, + "height": 480 } }