From 94dcf6b0269241e73607d4267fae97ee3e9b6a8f Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Fri, 3 Jul 2020 15:24:22 +0100 Subject: [PATCH] Switch to labthings monkey alias --- openflexure_microscope/api/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/api/app.py b/openflexure_microscope/api/app.py index b603b666..7868a714 100644 --- a/openflexure_microscope/api/app.py +++ b/openflexure_microscope/api/app.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -from gevent import monkey +from labthings.server import monkey monkey.patch_all()