Skip to content

Commit

Permalink
Fix my fix of a fixed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robbywalker committed Oct 5, 2011
1 parent e70edc1 commit c7fe3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -136,7 +136,7 @@ class Handler(object):
def handleRequest(self, request):
with self.latency.time():
doSomething()
self.success += 1
self.requests += 1
self.byPath[request.path] += 1
```

Expand Down

0 comments on commit c7fe3e7

Please sign in to comment.