Skip to content
Snippets Groups Projects
Commit c22fbba0 authored by ale's avatar ale
Browse files

fix colors

parent 37e5cc15
Branches
No related tags found
No related merge requests found
......@@ -18,15 +18,15 @@ def before_request_handler():
g.sm = app.config.sm
_palette = [0xffa07a,
0xffdab9,
0x5f9ea0,
0xdda0dd,
0x6294ed,
0x8fbc8b,
0xf0e68c,
0xff69b4,
0x4ce2d3,
_palette = ['ffa07a',
'ffdab9',
'5f9ea0',
'dda0dd',
'6294ed',
'8fbc8b',
'f0e68c',
'ff69b4',
'4ce2d3',
]
def _mk_stats_graph(x=450, y=270):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment