client might have disconnected just now
This commit is contained in:
parent
fd6bba5004
commit
a73b93b6ec
1 changed files with 1 additions and 1 deletions
|
@ -155,4 +155,4 @@ class LocalNodes(dict):
|
||||||
|
|
||||||
def get(self, user_id):
|
def get(self, user_id):
|
||||||
if user_id in self and can_connect(self[user_id]):
|
if user_id in self and can_connect(self[user_id]):
|
||||||
return self[user_id]
|
return self.get(user_id)
|
||||||
|
|
Loading…
Add table
Reference in a new issue