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