Use rlock instead of lock

This commit is contained in:
Ebag333
2017-04-05 14:56:22 -07:00
parent 994bd72409
commit ee09b41e08

View File

@@ -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