Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSkorm authored May 1, 2021
1 parent e1b5ee6 commit 21ba420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_rx/autorx/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def read_auto_rx_config(filename, no_sdr_test=False):
logging.warning(
"Config - blacklist configuration has been deprecated and replaced with never_scan list"
)
auto_rx_config["only_scan"] = json.loads(
auto_rx_config["never_scan"] = json.loads(
config.get("search_params", "blacklist")
)

Expand Down

0 comments on commit 21ba420

Please sign in to comment.