missing import

This commit is contained in:
j 2016-01-24 12:05:14 +05:30
parent fa77f18cce
commit 4691279b3d
1 changed files with 1 additions and 0 deletions

View File

@ -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,
})