WIP device probe refactor part 2

This commit is contained in:
Dhinak G
2021-06-06 23:03:25 -04:00
parent 4747c2619f
commit fecf9502d0
3 changed files with 750 additions and 758 deletions

View File

@@ -83,8 +83,8 @@ def patching_status():
return sip_enabled, sbm_enabled, amfi_enabled, fv_enabled
def cls():
if check_recovery() == False:
os.system('cls' if os.name == 'nt' else 'clear')
if not check_recovery():
os.system("cls" if os.name == "nt" else "clear")
else:
print("\u001Bc")