Update twitfix.py

This commit is contained in:
Chloe 2022-05-19 02:05:46 +01:00 committed by GitHub
parent 925d1c277c
commit 25f21d1eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ def embed(video_link, vnf, image, raw=False):
color = config['config']['color']
if vnf["nsfw"] == True:
color = config['config']['color']
color = "#80020" # Red
return render_template(
template,