1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fixed syntax error

This commit is contained in:
checktheroads
2019-06-13 07:49:49 -07:00
parent 2844ffcac7
commit abdc73bdd3

View File

@@ -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"]
)