Fixed resize docstring

This commit is contained in:
Joel Collins 2019-01-17 14:13:34 +00:00
parent 0fe9f4c42b
commit 8a4be49d46

View file

@ -72,8 +72,8 @@ class ListAPI(MicroscopeView):
"use_video_port": true, "use_video_port": true,
"bayer": true, "bayer": true,
"size": { "size": {
"x": 640, "width": 640,
"y": 480 "height": 480
} }
} }