seems like we're in upper case

This commit is contained in:
Jakob Ketterl 2020-04-14 23:16:45 +02:00
parent 4c604bf400
commit 1f70b93310
1 changed files with 1 additions and 1 deletions

View File

@ -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()