same color

This commit is contained in:
Mickael 2019-06-08 23:38:43 +02:00
parent 3d04b08aa4
commit ece43a78c9
1 changed files with 3 additions and 2 deletions

View File

@ -59,15 +59,16 @@ while True:
begin = end
end = begin + monthdelta(1)
color = getColor()
messageByChannel = {
"label": channel['name'],
"backgroundColor": getColor(),
"backgroundColor": color,
"data": dataMess
}
userByChannel = {
"label": channel['name'],
"backgroundColor": getColor(),
"backgroundColor": color,
"data": dataUsers
}