From e87e5c64c844f5696159bab9bb7f89fdd81dd44f Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 25 Nov 2022 01:31:05 +0200 Subject: [PATCH] Update colors.py --- octosuite/colors.py | 1 - 1 file changed, 1 deletion(-) diff --git a/octosuite/colors.py b/octosuite/colors.py index d3cb1d5..e3bfd8e 100644 --- a/octosuite/colors.py +++ b/octosuite/colors.py @@ -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()),