diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-07-10 01:41:11 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-07-10 01:41:11 -0400 |
| commit | 92a06be0bbd17c0fe686f151a47d2cd4426acff8 (patch) | |
| tree | 203f6b11ab1aaa3835d5d7c12be445d53f3df57c | |
| parent | 6d59a531251614a7834ef4ea446acf6fd9f93531 (diff) | |
fix typo in logreport.py
| -rw-r--r-- | scripts/logreport.py | 2 |
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), |
