Skip to content

Commit

Permalink
Fix for sample-config warning
Browse files Browse the repository at this point in the history
This patch fixes a small issue with the sample-config command
outputting a warning during generation.
  • Loading branch information
hemna committed Mar 27, 2024
1 parent 71cd7e0 commit 8e0de9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
CHANGES
=======

v3.3.3
------

* Fix for sample-config warning

v3.3.2
------

* Changelog for 3.3.2
* Remove warning during sample-config
* Removed print in utils

Expand Down
2 changes: 1 addition & 1 deletion aprsd/conf/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
]

registry_opts = [
cfg.StrOpt(
cfg.BoolOpt(
"enabled",
default=False,
help="Enable sending aprs registry information. This will let the "
Expand Down

0 comments on commit 8e0de9c

Please sign in to comment.