Fixed automatic Swagger from docstrings
This commit is contained in:
parent
4918215ea7
commit
5bdb6764be
5 changed files with 42 additions and 22 deletions
|
|
@ -15,7 +15,7 @@ class MjpegStream(Resource):
|
|||
|
||||
def get(self):
|
||||
"""
|
||||
Real-time MJPEG stream from the microscope camera
|
||||
MJPEG stream from the microscope camera
|
||||
"""
|
||||
microscope = find_device("openflexure_microscope")
|
||||
# Restart stream worker thread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue