Print oEmbed response in debug

This commit is contained in:
MMaker 2025-03-03 13:38:29 -05:00
parent 36c34bd4f7
commit 070eed8f41
Signed by: mmaker
GPG Key ID: CCE79B8FEDA40FB2

1
app.py
View File

@ -435,4 +435,5 @@ def owoembed():
}
logger.info(f"{video_id}: Returning oEmbed response")
logger.debug(f"{video_id}: oEmbed response:\n----------\n{json.dumps(oembed_response, indent=2)}\n----------")
return jsonify(oembed_response)