Skip to content

Commit

Permalink
fix issue 553 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored Oct 16, 2023
1 parent 5d2f95c commit fa888ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-create-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def get_password(password_name: str) -> str:
if answer == 'exit':
exit()

print('Please enter the password to be used for the WIS2BOX_STORAGE_PASSWORD:') # noqa
print(f'Please enter the password to be used for the {password_name}:') # noqa
password = input()

# check if the password is at least 8 characters long
Expand Down

0 comments on commit fa888ca

Please sign in to comment.