From 7796d03e21818c4e033a374009c842fb82742b59 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 30 Sep 2024 16:53:33 -0700 Subject: [PATCH] Update mmind.py --- modules/mmind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mmind.py b/modules/mmind.py index cdcedd5..4427a12 100644 --- a/modules/mmind.py +++ b/modules/mmind.py @@ -217,7 +217,7 @@ def compareCodeMMind(secret_code, user_guess): msg += "✅ color ✅ position: {}".format(perfect_pins) if wrong_position > 0: - if "✅" in msg:msg += f"\n" + if "✅" in msg: msg += f"\n" msg += "✅ color 🚫 position: {}".format(wrong_position) if "✅" not in msg and game_won == False: