From aa2a90e28ed3c6f1a5b339db5117a31127ad3a2e Mon Sep 17 00:00:00 2001 From: Chloe Carver-Brown Date: Thu, 26 May 2022 22:01:08 +0100 Subject: [PATCH] sanity check Signed-off-by: Chloe Carver-Brown --- twitfix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitfix.py b/twitfix.py index d2c0c29..c9db18a 100644 --- a/twitfix.py +++ b/twitfix.py @@ -807,7 +807,7 @@ def embed(video_link, vnf, image, raw=False): if vnf["nsfw"] == True: color = "#800020" # Red - + print(f'{appNamePost=}') return render_template( template, likes=vnf["likes"],