We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d88788 commit 80c74abCopy full SHA for 80c74ab
src/pw_command.py
@@ -146,7 +146,7 @@ def add_new_secrets_data(self):
146
if args.set_password:
147
new_password = args.set_password
148
else:
149
- new_password = self.pw_client.generate_random_password(
+ new_password = generate_random_password(
150
password_length=args.random_password_length,
151
special_characters=args.no_special_characters)
152
pyperclip.copy(new_password)
0 commit comments