mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
10 instead
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ metrics = librato.connect(
|
||||
|
||||
@app.after_request
|
||||
def log_metrics(r):
|
||||
metrics.add(1)
|
||||
metrics.add(10)
|
||||
return r
|
||||
|
||||
@app.route('/')
|
||||
|
||||
Reference in New Issue
Block a user