mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-16 09:54:41 +01:00
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 a new issue