Enable Terminal Colors

Enable Windows Terminal color support based on feedback from Jojorne. If this gives issues on Linux we can move it to play.bat instead.
This commit is contained in:
henk717 2021-12-26 22:22:24 +01:00
parent b9729749ba
commit 1107a1386d
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
import eventlet
eventlet.monkey_patch()
import os
os.system('color')
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
from eventlet import tpool