Remove text color formatting

This commit is contained in:
Hoang Hong Quan
2024-10-08 01:01:23 +07:00
parent 9e14a778aa
commit 4b4e09c1ec

View File

@@ -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 []