Fixed logging in SyncToken
This commit is contained in:
parent
c1f5252b3f
commit
76f914cbc2
|
@ -27,7 +27,10 @@ except ImportError:
|
|||
from urllib.parse import unquote
|
||||
|
||||
from flask import json
|
||||
from .. import logger as log
|
||||
from .. import logger
|
||||
|
||||
|
||||
log = logger.create()
|
||||
|
||||
|
||||
def b64encode_json(json_data):
|
||||
|
|
Loading…
Reference in New Issue
Block a user