1
0
mirror of https://github.com/janeczku/calibre-web.git synced 2025-01-10 04:19:00 +02:00

Fixed logging in SyncToken

This commit is contained in:
Ozzieisaacs 2020-07-05 13:52:29 +02:00
parent c1f5252b3f
commit 76f914cbc2

View File

@ -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):