summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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),