mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-31 20:58:03 +00:00
fix logger
This commit is contained in:
@@ -109,7 +109,7 @@ def get_blocknote_content(summary):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
content = response_data['content']
|
content = response_data['content']
|
||||||
logger.info("Base64 content:", content)
|
logger.info("Base64 content: %s", content)
|
||||||
|
|
||||||
return content
|
return content
|
||||||
|
|
||||||
@@ -146,7 +146,7 @@ def get_document_link(content, email):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
id = response_data['id']
|
id = response_data['id']
|
||||||
logger.info("Document's id:", id)
|
logger.info("Document's id: %s", id)
|
||||||
|
|
||||||
return f"{settings.DOCS_BASE_URL}/docs/{id}/"
|
return f"{settings.DOCS_BASE_URL}/docs/{id}/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user