sys_patch_auto: Clean up class

This commit is contained in:
Mykola Grymalyuk
2022-11-20 16:29:10 -07:00
parent 70402af1d7
commit d284dc6248
3 changed files with 34 additions and 29 deletions
+1 -1
View File
@@ -112,4 +112,4 @@ class arguments:
sys_patch.PatchSysVolume(settings.custom_model or settings.computer.real_model, settings, None).start_unpatch()
elif self.args.auto_patch:
print("- Set Auto patching")
sys_patch_auto.AutomaticSysPatch.start_auto_patch(settings)
sys_patch_auto.AutomaticSysPatch(settings).start_auto_patch()