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

hash_list function is broken #230

Open
Varun2101 opened this issue Oct 18, 2024 · 1 comment
Open

hash_list function is broken #230

Varun2101 opened this issue Oct 18, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Varun2101
Copy link

Seems to be related to a recent commit (dab5966) where generate() was replaced with hash_list(). It was changed to be a classmethod but it still requires self as an input and uses self.passwords, which now fails.

@classmethod
def hash_list(self) -> list:

Need to remove classmethod or change to a list input.

@mkhorasani
Copy link
Owner

Terribly sorry, will fix this in the next release.

@mkhorasani mkhorasani added the help wanted Extra attention is needed label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants