Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove invalid checking on hashlib #914

Merged
merged 1 commit into from
Jun 27, 2022
Merged

Remove invalid checking on hashlib #914

merged 1 commit into from
Jun 27, 2022

Commits on Jun 27, 2022

  1. Remove invalid checking on hashlib

    * hashlib does not support a kwarg for name
    * 'string' is not a keyword of kwargs
    * sha is an undefined algorithm, only sha1
    
    Fixes #865
    
    Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
    ericwb committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    90cbd61 View commit details
    Browse the repository at this point in the history