mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Make the lock recursive
This fixes !isregistered, which piggybacks onto RunRegisteredCommand
This commit is contained in:
parent
8ff236176d
commit
9f362e7858
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue