Removed temp size from system checklist
This commit is contained in:
parent
ebc040cd56
commit
3c3eada6a7
1 changed files with 0 additions and 3 deletions
|
|
@ -97,9 +97,6 @@ if __name__ == '__main__':
|
||||||
try_and_print(message='Installed RAM:',
|
try_and_print(message='Installed RAM:',
|
||||||
function=show_installed_ram, ns='Unknown', silent_function=False)
|
function=show_installed_ram, ns='Unknown', silent_function=False)
|
||||||
show_free_space()
|
show_free_space()
|
||||||
if D7_MODE:
|
|
||||||
try_and_print(message='Temp Size:',
|
|
||||||
function=show_temp_files_size, silent_function=False)
|
|
||||||
try_and_print(message='Installed Antivirus:',
|
try_and_print(message='Installed Antivirus:',
|
||||||
function=get_installed_antivirus, ns='Unknown',
|
function=get_installed_antivirus, ns='Unknown',
|
||||||
other_results=other_results, print_return=True)
|
other_results=other_results, print_return=True)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue