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