From ee09b41e088bb7bc38124eaaa6a5b121d925fe4b Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Wed, 5 Apr 2017 14:56:22 -0700 Subject: [PATCH] Use rlock instead of lock --- eos/db/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/db/__init__.py b/eos/db/__init__.py index 680c67e1e..222daecb2 100644 --- a/eos/db/__init__.py +++ b/eos/db/__init__.py @@ -68,7 +68,7 @@ else: saveddata_meta = None # Lock controlling any changes introduced to session -sd_lock = threading.Lock() +sd_lock = threading.RLock() # Import all the definitions for all our database stuff # noinspection PyPep8