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
|
||||
eventlet.monkey_patch()
|
||||
import os
|
||||
os.system('color')
|
||||
os.system("")
|
||||
os.environ['EVENTLET_THREADPOOL_SIZE'] = '1'
|
||||
from eventlet import tpool
|
||||
|
||||
|
|
Loading…
Reference in New Issue