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