Skip to content

Commit

Permalink
BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
helviojunior committed Jul 30, 2024
1 parent 904a286 commit 341b27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowsmore/cmd/hashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def run(self):
exit(0)
print(' ')

Logger.pl('{+} {W}Calculating company\'s name Leets{W}')
Logger.pl('{+} {W}Calculating company\'s name leets{W}')
if len(Configuration.company) > 0:
for n in Configuration.company:
Password.leets_cache[n] = [l1 for l1 in Password.get_leets(n)]
Expand Down

0 comments on commit 341b27c

Please sign in to comment.