COLOR_POSITIVE should be green and COLOR_NEGATIVE should be red
This commit is contained in:
parent
ae95f81c8b
commit
b4fca127d1
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ from src import ModuleManager, utils
|
||||||
|
|
||||||
COLOR_BRANCH = utils.consts.ORANGE
|
COLOR_BRANCH = utils.consts.ORANGE
|
||||||
COLOR_REPO = utils.consts.GREY
|
COLOR_REPO = utils.consts.GREY
|
||||||
COLOR_POSITIVE = utils.consts.RED
|
COLOR_POSITIVE = utils.consts.GREEN
|
||||||
COLOR_NEGATIVE = utils.consts.GREEN
|
COLOR_NEGATIVE = utils.consts.RED
|
||||||
COLOR_ID = utils.consts.PURPLE
|
COLOR_ID = utils.consts.PURPLE
|
||||||
|
|
||||||
FORM_ENCODED = "application/x-www-form-urlencoded"
|
FORM_ENCODED = "application/x-www-form-urlencoded"
|
||||||
|
|
Loading…
Reference in a new issue