Download AMD Vanilla Patches only when needed

This commit is contained in:
Hoang Hong Quan
2024-08-02 17:31:14 +07:00
parent 87af6bd2b8
commit 887f7a587d
2 changed files with 20 additions and 26 deletions
+2 -2
View File
@@ -319,7 +319,7 @@ 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 if you are using an AMD CPU system", "warning"))
print(self.utils.message("Unable to download AMD Vanilla Patches at this time.\nPlease try again later or apply them manually", "warning"))
print("")
self.utils.request_input()
return {}
return []