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