From 793e3c9b6b1569fead0f166eb76db6f974de3543 Mon Sep 17 00:00:00 2001 From: piair Date: Thu, 17 Feb 2022 13:51:07 +0100 Subject: [PATCH] reenable colors --- V4.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/V4.py b/V4.py index cb08eb1..2ed75aa 100644 --- a/V4.py +++ b/V4.py @@ -26,6 +26,9 @@ main = True IsLinux = platform == "linux" print("Linux : "+ str(IsLinux)) +if not IsLinux : + system("") #enable colors in cmd + config_path = "./config" config = configparser.ConfigParser() config.read(config_path)