From 3836c70b2ca3b03bdf5fb8de5865d3818396394d Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 31 Mar 2020 10:53:44 +0100 Subject: [PATCH] Monkey patch all --- openflexure_microscope/api/app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openflexure_microscope/api/app.py b/openflexure_microscope/api/app.py index e1991132..7ad76bc8 100644 --- a/openflexure_microscope/api/app.py +++ b/openflexure_microscope/api/app.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +from gevent import monkey +monkey.patch_all() import time import atexit