forked from mirrors/thatmattlove-hyperglass
fixed syntax error
This commit is contained in:
parent
2844ffcac7
commit
abdc73bdd3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue