mirror of
https://codeberg.org/andyscott/password-generator-cli.git
synced 2024-11-12 06:30:48 -05:00
Ctrl+C to quit
This commit is contained in:
parent
855a6bb633
commit
04d294fe10
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ def main():
|
|||
print('======================')
|
||||
print('| Password Generator |')
|
||||
print('======================')
|
||||
print('Note that ambiguous characters such as 0 (zero) and O (capital o) \
|
||||
are automatically excluded!\n')
|
||||
print('\nNote that ambiguous characters such as 0 (zero) and O (capital o) \
|
||||
are automatically excluded! Press Ctrl+C to quit.\n')
|
||||
|
||||
length = ''
|
||||
while length is not int:
|
||||
|
|
Loading…
Reference in a new issue