Fixed issue retrieving old cache items

This commit is contained in:
Dylan 2022-09-12 21:41:16 +01:00
parent e99e235be3
commit 831a6b45c8

View File

@ -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'],