Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Remove old unused HeaderVerfier salt_length parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fulder committed Aug 25, 2020
1 parent 77c42ad commit 08ca125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpsig/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class HeaderVerifier(Verifier):
"""

def __init__(self, headers, secret, required_headers=None, method=None,
path=None, host=None, sign_header='authorization', sign_algorithm=None, salt_length=None):
path=None, host=None, sign_header='authorization', sign_algorithm=None):
"""
Instantiate a HeaderVerifier object.
Expand Down

0 comments on commit 08ca125

Please sign in to comment.