Little fix in html

This commit is contained in:
Antonio de la Rosa 2021-12-26 00:59:05 +01:00
parent 7cdf09ad11
commit 8c33ea85b5

2
app.py
View file

@ -16,7 +16,7 @@ try:
except: except:
import json import json
secret_captcha='6LcFDSgUAAAAANAF2t513zIhpAZYpEbHCpmIkIV9' secret_captcha='6LfrCygUAAAAAIAC8YTwWsS6nQDzt4a063U-Ef8s'
if hasattr(config, 'secret_captcha'): if hasattr(config, 'secret_captcha'):
secret_captcha=config.secret_captcha secret_captcha=config.secret_captcha