Fixed whitespace error
This commit is contained in:
parent
ac95f1cc33
commit
bfa953270d
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue