mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fixed syntax error
This commit is contained in:
@@ -77,7 +77,7 @@ count_ratelimit = Counter(
|
|||||||
)
|
)
|
||||||
|
|
||||||
count_notfound = Counter(
|
count_notfound = Counter(
|
||||||
count_notfound, "404 Not Founc Counter", ["message", "path", "source"]
|
"count_notfound", "404 Not Found Counter", ["message", "path", "source"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user