From c1f5887e1fe3b12e60384ad83e1572d4d09d2199 Mon Sep 17 00:00:00 2001 From: Domingo Dirutigliano Date: Wed, 12 Apr 2023 11:08:30 +0200 Subject: [PATCH] Small change --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index b026a5d..2ca6820 100755 --- a/start.py +++ b/start.py @@ -98,7 +98,7 @@ if start_operation: puts("Confirm the password: ", end="" , color=colors.yellow, is_bold=True, flush=True) check = getpass.getpass("") if check != psw_set: - puts("Passwords don't match!" , color=colors.yellow, is_bold=True, flush=True) + puts("Passwords don't match!" , color=colors.red, is_bold=True, flush=True) else: break