From abdc73bdd39606e2a7791363ed6067d9725e6071 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Thu, 13 Jun 2019 07:49:49 -0700 Subject: [PATCH] fixed syntax error --- hyperglass/hyperglass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperglass/hyperglass.py b/hyperglass/hyperglass.py index 1b5e6ce..3550569 100644 --- a/hyperglass/hyperglass.py +++ b/hyperglass/hyperglass.py @@ -77,7 +77,7 @@ count_ratelimit = Counter( ) count_notfound = Counter( - count_notfound, "404 Not Founc Counter", ["message", "path", "source"] + "count_notfound", "404 Not Found Counter", ["message", "path", "source"] )