From 428edaced96165bf559debcb3e944d66f1f54e8b Mon Sep 17 00:00:00 2001 From: Hemna Date: Wed, 27 Mar 2024 10:21:55 -0400 Subject: [PATCH] Fix for sample-config warning This patch fixes a small issue with the sample-config command outputting a warning during generation. --- ChangeLog | 5 +++++ aprsd/conf/common.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3068242..76f76d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ CHANGES ======= +v3.3.3 +------ + +* Fix for sample-config warning + v3.3.2 ------ diff --git a/aprsd/conf/common.py b/aprsd/conf/common.py index 877d49a..6221d4f 100644 --- a/aprsd/conf/common.py +++ b/aprsd/conf/common.py @@ -241,7 +241,7 @@ webchat_opts = [ ] registry_opts = [ - cfg.StrOpt( + cfg.BoolOpt( "enabled", default=False, help="Enable sending aprs registry information. This will let the "