From fc27e60542a53d30a8dd575a29bcd095c26138a2 Mon Sep 17 00:00:00 2001 From: Jxck-S Date: Mon, 28 Sep 2020 21:22:46 -0400 Subject: [PATCH] Get color working on Windows based terminals --- NotifyBotMulti.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NotifyBotMulti.py b/NotifyBotMulti.py index 00534c5..c14ac20 100644 --- a/NotifyBotMulti.py +++ b/NotifyBotMulti.py @@ -3,7 +3,8 @@ import configparser import json import time from defADSBX import pullADSBX -from colorama import Fore, Back, Style +from colorama import init, Fore, Back, Style +init(convert=True) from planeClass import Plane from datetime import datetime import pytz