Fixed issue retrieving old cache items
This commit is contained in:
parent
e99e235be3
commit
831a6b45c8
@ -439,7 +439,8 @@ def embed(video_link, vnf, image):
|
|||||||
|
|
||||||
if vnf['nsfw'] == True:
|
if vnf['nsfw'] == True:
|
||||||
color = "#800020" # Red
|
color = "#800020" # Red
|
||||||
|
if 'verified' not in vnf:
|
||||||
|
vnf['verified']=False
|
||||||
return render_template(
|
return render_template(
|
||||||
template,
|
template,
|
||||||
likes = vnf['likes'],
|
likes = vnf['likes'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user