From cd344f87367009913996a084f5cee24fcb90d6f6 Mon Sep 17 00:00:00 2001 From: maltheism <16293415+maltheism@users.noreply.github.com> Date: Thu, 22 Jul 2021 13:37:45 -0400 Subject: [PATCH] fix --- python/eeg2bids.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/eeg2bids.py b/python/eeg2bids.py index 95c93b3..ed4bb91 100644 --- a/python/eeg2bids.py +++ b/python/eeg2bids.py @@ -1,4 +1,6 @@ # import _thread +import os +os.environ['EVENTLET_NO_GREENDNS'] = 'yes' import eventlet from eventlet import tpool import socketio