Windows Color Workaround

Different approach that activates this in windows, hopefully now Linux compatible.
This commit is contained in:
henk717 2021-12-26 22:46:15 +01:00
parent 1107a1386d
commit 261e8b67dc
1 changed files with 1 additions and 1 deletions

View File

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