Windows Color Workaround
Different approach that activates this in windows, hopefully now Linux compatible.
This commit is contained in:
parent
1107a1386d
commit
261e8b67dc
|
@ -9,7 +9,7 @@
|
||||||
import eventlet
|
import eventlet
|
||||||
eventlet.monkey_patch()
|
eventlet.monkey_patch()
|
||||||
import os
|
import os
|
||||||
os.system('color')
|
os.system("")
|
||||||
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
|
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
|
||||||
from eventlet import tpool
|
from eventlet import tpool
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue