Skip to content

Commit

Permalink
Update password-generator-cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pronoym99 committed Jul 20, 2023
1 parent 9033676 commit bc37234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion password-generator-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


# an utility function for displaying information in colour
def displayInfo(info, color, font="slant", figlet=False):
def displayInfo(info, color, font="slant", figlet = False):
if colored:
if not figlet:
print_(colored(info, color))
Expand Down

0 comments on commit bc37234

Please sign in to comment.