Fixing formatting.

This commit is contained in:
Marat Fayzullin 2023-05-29 18:38:19 -04:00
parent 7c4321c2e7
commit 1fdf14e1a8
1 changed files with 2 additions and 2 deletions

View File

@ -85,10 +85,10 @@ class FeatureDetector(object):
"pocsag": ["digiham"],
"page": ["multimon"],
"selcall": ["multimon"],
"ism": ["rtl433"],
"js8call": ["js8", "js8py"],
"drm": ["dream"],
"png": ["imagemagick"],
"ism": ["rtl433"],
}
def feature_availability(self):
@ -590,7 +590,7 @@ class FeatureDetector(object):
def has_rtl433(self):
"""
OpenWebRX uses the [rtl_433](https://github.com/merbanan/rtl_433) decoder suite to decode various
OpenWebRX uses the [rtl-433](https://github.com/merbanan/rtl_433) decoder suite to decode various
instrumentation signals. Rtl_433 is available from the package manager on many
distributions, or you can compile it from source.
"""