Fix wrong default for FORCE_LOWER in the FLASK_GRAVATAR module #7175

This commit is contained in:
Sebastian Bogaci 2024-02-02 07:17:14 +01:00 committed by GitHub
parent e12e8bc9cf
commit 459121566c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -374,6 +374,7 @@ def index():
rating='g',
default='retro',
force_default=False,
force_lower=True,
use_ssl=True,
base_url=None
)