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