Update colors.py

This commit is contained in:
Richard Mwewa
2022-11-25 01:31:05 +02:00
committed by GitHub
parent c53ab2a00b
commit e87e5c64c8

View File

@@ -9,7 +9,6 @@ from datetime import datetime
# colors.py is the reason why users get to choose whether to enable/disable colors
# delete this file, the entire program breaks
system_info = [("RAM", f"{str(round(psutil.virtual_memory().total / (1024.0 ** 3)))}GB"),
("Node", platform.node()),
("Release", platform.release()),
("Version", platform.version()),