PEP8 stuff

This commit is contained in:
Joel Collins 2018-12-06 15:43:41 +00:00
parent c995a15fdc
commit 5c56513dd1

View file

@ -107,6 +107,7 @@ app.register_blueprint(camera_blueprint, url_prefix=uri('/camera', 'v1'))
# List all routes
list_routes(app)
# Automatically clean up microscope at exit
def cleanup():
global api_microscope