From 831a6b45c80d342c59dd596a8cf3d7d530b35060 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 12 Sep 2022 21:41:16 +0100 Subject: [PATCH] Fixed issue retrieving old cache items --- twitfix.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twitfix.py b/twitfix.py index 7cefc0f..a3cf2e5 100644 --- a/twitfix.py +++ b/twitfix.py @@ -439,7 +439,8 @@ def embed(video_link, vnf, image): if vnf['nsfw'] == True: color = "#800020" # Red - + if 'verified' not in vnf: + vnf['verified']=False return render_template( template, likes = vnf['likes'],