diff --git a/owrx/js8.py b/owrx/js8.py index 6301f4e..2b9c9a1 100644 --- a/owrx/js8.py +++ b/owrx/js8.py @@ -69,7 +69,7 @@ class Js8Parser(Parser): if band is None: band = "unknown" - name = "js8call.decodes.{band}.js8".format(band=band) + name = "js8call.decodes.{band}.JS8".format(band=band) metric = metrics.getMetric(name) if metric is None: metric = CounterMetric()