1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-26 07:03:17 +00: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):