diff --git a/script/getstats.py b/script/getstats.py index a526a39..09ba996 100644 --- a/script/getstats.py +++ b/script/getstats.py @@ -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 }