missing import
This commit is contained in:
parent
fa77f18cce
commit
4691279b3d
1 changed files with 1 additions and 0 deletions
|
@ -522,6 +522,7 @@ def update_online():
|
|||
})
|
||||
|
||||
if settings.OLD_USER_ID and not settings.server.get('migrated_id', False):
|
||||
from . import directory
|
||||
r = directory.put(settings.sk, {
|
||||
'id': settings.USER_ID,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue