Skip to content

Commit

Permalink
Removed warn message
Browse files Browse the repository at this point in the history
  • Loading branch information
jhondevcode committed Jan 29, 2023
1 parent b36a601 commit 7031030
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion genpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from colorama import Fore, init
color_module = True
except:
print("Cannot load colors module")
color_module = False

def error(message):
Expand Down

0 comments on commit 7031030

Please sign in to comment.