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

fix

parent 785107db
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class LatencyProfilerMiddleware(object):
'</tr><tr>'
]
for ms in enumerate(LATENCY_BUCKETS):
for ms in LATENCY_BUCKETS:
result.append('<th>&lt;%d</th>' % ms)
result.append('<th>&gt;%d</th>' % ms)
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