From 4b4e09c1ec87a2008bc08395a0745642c6a68cdc Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Tue, 8 Oct 2024 01:01:23 +0700 Subject: [PATCH] Remove text color formatting --- Scripts/gathering_files.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/gathering_files.py b/Scripts/gathering_files.py index 6ef5473..8026ebc 100644 --- a/Scripts/gathering_files.py +++ b/Scripts/gathering_files.py @@ -174,7 +174,8 @@ class gatheringFiles: return response["Kernel"]["Patch"] except: - print(self.utils.message("Unable to download AMD Vanilla Patches at this time.\nPlease try again later or apply them manually", "warning")) + print("Unable to download AMD Vanilla Patches at this time.") + print("Please try again later or apply them manually.") print("") self.utils.request_input() return [] \ No newline at end of file