Skip to content
Snippets Groups Projects
Commit d766be9e authored by ale's avatar ale
Browse files

fix

parent 785107db
Branches
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ class LatencyProfilerMiddleware(object): ...@@ -65,7 +65,7 @@ class LatencyProfilerMiddleware(object):
'</tr><tr>' '</tr><tr>'
] ]
for ms in enumerate(LATENCY_BUCKETS): for ms in LATENCY_BUCKETS:
result.append('<th>&lt;%d</th>' % ms) result.append('<th>&lt;%d</th>' % ms)
result.append('<th>&gt;%d</th>' % ms) result.append('<th>&gt;%d</th>' % ms)
result.append('</tr></thead><tbody>') result.append('</tr></thead><tbody>')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment