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