local import
This commit is contained in:
parent
a95277e0ba
commit
f8651c123f
1 changed files with 1 additions and 1 deletions
|
@ -124,8 +124,8 @@ class Node(Thread):
|
||||||
|
|
||||||
|
|
||||||
def migrate_id(self):
|
def migrate_id(self):
|
||||||
import directory
|
|
||||||
import ed25519
|
import ed25519
|
||||||
|
from . import directory
|
||||||
key = self.user_id.encode()
|
key = self.user_id.encode()
|
||||||
vk = ed25519.VerifyingKey(key, encoding=ENCODING)
|
vk = ed25519.VerifyingKey(key, encoding=ENCODING)
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue