From 4e4f998ac38bd02b6b855e7191645739b1aed4af Mon Sep 17 00:00:00 2001 From: pluja Date: Sat, 4 Sep 2021 23:36:32 +0200 Subject: [PATCH] Fix score-boost out of pre tag --- kycnot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kycnot.py b/kycnot.py index 7e1e154..eaa2f7e 100755 --- a/kycnot.py +++ b/kycnot.py @@ -142,8 +142,8 @@ async def gne(request): tos-urls: - {args['tos'][0]} url: {args['url'][0]} - verified: false - score-boost: 0 + verified: false + score-boost: 0 """ return(html(yamlString)) template = env.get_template('generate-new-exchange.html')