summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-07-10 01:41:11 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-07-10 01:41:11 -0400
commit92a06be0bbd17c0fe686f151a47d2cd4426acff8 (patch)
tree203f6b11ab1aaa3835d5d7c12be445d53f3df57c
parent6d59a531251614a7834ef4ea446acf6fd9f93531 (diff)
fix typo in logreport.py
-rw-r--r--scripts/logreport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/logreport.py b/scripts/logreport.py
index b8a854b..41a07d2 100644
--- a/scripts/logreport.py
+++ b/scripts/logreport.py
@@ -129,7 +129,7 @@ def summarize_window(ts, window, slow_threshold):
'reqs': reqs,
'dumps': dumps,
'images': images,
-a 'tags': tags,
+ 'tags': tags,
'chat_users': chat_users,
'slow': slow,
'mean_resp': mean(times),