From 1f70b9331039812d2c990a2f650d8ef721d97542 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 14 Apr 2020 23:16:45 +0200 Subject: [PATCH] seems like we're in upper case --- owrx/js8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()