Make the lock recursive

This fixes !isregistered, which piggybacks onto RunRegisteredCommand
This commit is contained in:
moneromooo 2015-02-05 21:40:42 +00:00
parent 8ff236176d
commit 9f362e7858

View file

@ -30,7 +30,7 @@ cached_tipbot_balance=None
cached_tipbot_unlocked_balance=None
cached_tipbot_balance_timestamp=None
core_lock = threading.Lock()
core_lock = threading.RLock()
def GetPassword(name):
try: