From 70d4f42c28308937be915de76fa8896ca5ae213f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=C3=B3jtowicz?= <80032496+umikali222@users.noreply.github.com> Date: Sun, 7 May 2023 15:46:44 +0200 Subject: [PATCH] fixed update question issue --- PC_Miner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC_Miner.py b/PC_Miner.py index e957477b..4f4ad1f1 100644 --- a/PC_Miner.py +++ b/PC_Miner.py @@ -198,7 +198,7 @@ def check_updates(): if float(Settings.VER) < float(data["tag_name"]): # If is outdated update = input(Style.BRIGHT + get_string("new_version")) - if update == "Y" or update == "y": + if update.lower() == "y" or update == "": pretty_print(get_string("updating"), "warning", "sys0") DATA_DIR = "Duino-Coin PC Miner " + str(data["tag_name"]) # Create new version config folder