Loading openflexure_microscope/api/app.py +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ app, labthing = create_app( cors = CORS(app) # Use custom JSON encoder app.config['LABTHINGS_JSON_ENCODER'] = JSONEncoder labthing.json_encoder = JSONEncoder app.json_encoder = JSONEncoder # Attach lab devices Loading Loading
openflexure_microscope/api/app.py +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ app, labthing = create_app( cors = CORS(app) # Use custom JSON encoder app.config['LABTHINGS_JSON_ENCODER'] = JSONEncoder labthing.json_encoder = JSONEncoder app.json_encoder = JSONEncoder # Attach lab devices Loading