Forgot a 0

This commit is contained in:
Chloe 2022-05-19 13:19:06 +01:00 committed by GitHub
parent 78bd1dce4e
commit 8fdc5ee492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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