Fix crash

This commit is contained in:
Mykola Grymalyuk
2021-06-12 08:34:42 -06:00
parent 5f69a1c917
commit 8c092494a8

View File

@@ -435,7 +435,7 @@ Valid options:
self.constants.override_smbios = "Default"
elif change_menu == "3":
print("Disabling SMBIOS spoof")
self.constants.override_smbios = self.constants.custom_model or self.current_model
self.constants.override_smbios = self.model
else:
print("Returning to main menu")