From 46c3e5077de665fa0216c283efa2572d5b34e6a1 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 8 Feb 2020 21:43:47 +0100 Subject: [PATCH] fix typo --- owrx/sdr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/sdr.py b/owrx/sdr.py index 878b24d8..52a2bbfa 100644 --- a/owrx/sdr.py +++ b/owrx/sdr.py @@ -44,7 +44,7 @@ class SdrService(object): name: loadIntoPropertyManager(value) for (name, value) in pm["sdrs"].items() if sdrTypeAvailable(value) } logger.info( - "SDR sources loaded. Availables SDRs: {0}".format( + "SDR sources loaded. Available SDRs: {0}".format( ", ".join(map(lambda x: x["name"], SdrService.sdrProps.values())) ) )