fixed invalid parameter name

pull/743/head
Austin Lucas Lake 2024-05-02 03:40:31 -07:00
parent af9571495b
commit c3660ec833
No known key found for this signature in database
GPG Key ID: 6A37FA54CFCFA4DB
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ def validate_params(params):
validate_key(subkey['subkey_type'], subkey['subkey_length'], subkey['subkey_curve'], subkey['subkey_usage'], ('subkey #{}').format(index+1))
def list_matching_keys(name, comment, email, fingerprint):
def list_matching_keys(name, comment, email, fingerprints):
user_id = ''
if params['name']:
user_id += '{} '.format(params["name"])