From b27eb4a173a804733d5b5150ae4560e3e406bf80 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 25 Sep 2019 23:12:30 +0200 Subject: [PATCH] code formatting --- config_webrx.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config_webrx.py b/config_webrx.py index 17660d5..b0316cb 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -264,9 +264,7 @@ wsjt_queue_length = 10 wsjt_decoding_depth = 3 # can also be set for each mode separately # jt65 seems to be somewhat prone to erroneous decodes, this setting handles that to some extent -wsjt_decoding_depths = { - "jt65": 1 -} +wsjt_decoding_depths = {"jt65": 1} temporary_directory = "/tmp"