mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-13 05:48:34 +03:00
Update colors.py
This commit is contained in:
@@ -9,7 +9,6 @@ from datetime import datetime
|
|||||||
# colors.py is the reason why users get to choose whether to enable/disable colors
|
# colors.py is the reason why users get to choose whether to enable/disable colors
|
||||||
# delete this file, the entire program breaks
|
# delete this file, the entire program breaks
|
||||||
system_info = [("RAM", f"{str(round(psutil.virtual_memory().total / (1024.0 ** 3)))}GB"),
|
system_info = [("RAM", f"{str(round(psutil.virtual_memory().total / (1024.0 ** 3)))}GB"),
|
||||||
|
|
||||||
("Node", platform.node()),
|
("Node", platform.node()),
|
||||||
("Release", platform.release()),
|
("Release", platform.release()),
|
||||||
("Version", platform.version()),
|
("Version", platform.version()),
|
||||||
|
|||||||
Reference in New Issue
Block a user