summaryrefslogtreecommitdiff
path: root/stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'stats.py')
-rw-r--r--stats.py2
1 files changed, 1 insertions, 1 deletions
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)