mirror of
https://github.com/craigerl/aprsd.git
synced 2025-03-08 04:18:59 -05:00
fixed frequency_seconds to IntOpt
This commit is contained in:
parent
7a5b55fa77
commit
6a7d7ad79b
@ -253,7 +253,7 @@ registry_opts = [
|
||||
default=None,
|
||||
help="The website for your APRS service to send to the APRS registry.",
|
||||
),
|
||||
cfg.StrOpt(
|
||||
cfg.IntOpt(
|
||||
"frequency_seconds",
|
||||
default=900,
|
||||
help="The frequency in seconds to send the APRS registry information.",
|
||||
|
Loading…
Reference in New Issue
Block a user