Get color working on Windows based terminals

This commit is contained in:
Jxck-S 2020-09-28 21:22:46 -04:00
parent 949eb91d95
commit fc27e60542
1 changed files with 2 additions and 1 deletions

View File

@ -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