Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
vmhq committed Nov 19, 2023
1 parent 656745b commit e3faec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions password-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def generate_password(length, use_uppercase=True, use_numbers=True, use_symbols=


def clean_screen():
os.system('clear') if os.name == 'posix' else os.system('cls') #Limpia la pantalla

os.system('clear') if os.name == 'posix' else os.system('cls')

def user_pass():
while True:
Expand Down

0 comments on commit e3faec3

Please sign in to comment.