COLOR_POSITIVE should be green and COLOR_NEGATIVE should be red

This commit is contained in:
jesopo 2019-02-28 17:18:47 +00:00
parent ae95f81c8b
commit b4fca127d1

View file

@ -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"