Fixed whitespace error

This commit is contained in:
sirferl 2020-02-15 16:04:44 +01:00 committed by GitHub
parent ac95f1cc33
commit bfa953270d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ def process_options(options):
authority = options.get("authority").name.upper()
product_type = current_app.config.get("VERISIGN_PRODUCT_{0}".format(authority))
if product_type is None:
product_type ="Server"
product_type = "Server"
data = {
"challenge": get_psuedo_random_string(),