Fixed unneeded operation parameter
This commit is contained in:
parent
37c514dacb
commit
cbed9b319e
1 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ class GPUPreviewStartAPI(MicroscopeView):
|
||||||
Start the onboard GPU preview.
|
Start the onboard GPU preview.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def post(self, operation):
|
def post(self):
|
||||||
"""
|
"""
|
||||||
Start the onboard GPU preview.
|
Start the onboard GPU preview.
|
||||||
Optional "window" parameter can be passed to control the position and size of the preview window,
|
Optional "window" parameter can be passed to control the position and size of the preview window,
|
||||||
|
|
@ -149,7 +149,7 @@ class GPUPreviewStopAPI(MicroscopeView):
|
||||||
Stop the onboard GPU preview.
|
Stop the onboard GPU preview.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def post(self, operation):
|
def post(self):
|
||||||
"""
|
"""
|
||||||
Stop the onboard GPU preview.
|
Stop the onboard GPU preview.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue