seems like we're in upper case
This commit is contained in:
parent
4c604bf400
commit
1f70b93310
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user