This commit is contained in:
j 2015-11-26 12:08:22 +01:00
parent d8817d3c73
commit 2c3aa660bf
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Node(Thread):
if r and 'id' in r and len(r['id']) == 16:
u = self.user
self.user_id = r['id']
u.migreate_id(self.user_id)
u.migrate_id(self.user_id)
def get_local(self):
if self._nodes and self._nodes._local: