From 5f36d65c5e436fd9d822a3bd2fee2b6d3eb539e5 Mon Sep 17 00:00:00 2001 From: Peter Ward Date: Wed, 28 Oct 2009 18:34:41 +1100 Subject: Fix colours. --- stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.py b/stats.py index cb1037a..1527701 100644 --- a/stats.py +++ b/stats.py @@ -39,7 +39,7 @@ def main(): time_series.append(time) length_series.append(length) - colours.append('%2X%2X%2X' % hash_colour(name)) + colours.append('%02X%02X%02X' % hash_colour(name)) time_data.append(time_series) length_data.append(length_series) -- cgit v1.2.3