Fix crash when terminal can only display 8 color pairs adrienmalin committed
This commit is contained in:
@ -11,7 +11,7 @@ You can install it on Windows with:
|
|||||||
pip install --user windows-curses"""
|
pip install --user windows-curses"""
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
curses.COLOR_ORANGE = 8
|
curses.COLOR_ORANGE = curses.COLOR_WHITE
|
||||||
|
|
||||||
import random
|
import random
|
||||||
import sched
|
import sched
|
||||||
|
|||||||
Reference in New Issue
Block a user