From 8c33ea85b5a5d3d1771b6ca41355c1b9663c17a1 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sun, 26 Dec 2021 00:59:05 +0100 Subject: [PATCH] Little fix in html --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index f7a29db..503da36 100644 --- a/app.py +++ b/app.py @@ -16,7 +16,7 @@ try: except: import json -secret_captcha='6LcFDSgUAAAAANAF2t513zIhpAZYpEbHCpmIkIV9' +secret_captcha='6LfrCygUAAAAAIAC8YTwWsS6nQDzt4a063U-Ef8s' if hasattr(config, 'secret_captcha'): secret_captcha=config.secret_captcha